From 2c664acf9cd8a35d4d1761eaaf711753dce2377a Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Mon, 7 Apr 2014 00:03:46 -0400 Subject: [PATCH] Convert to automake gnits option --- THANKS | 0 configure.ac | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 THANKS diff --git a/THANKS b/THANKS new file mode 100644 index 0000000..e69de29 diff --git a/configure.ac b/configure.ac index 5818b18..20284f2 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ dnl To get rid of message: dnl linking libraries using a non-POSIX archiver requires 'AM_PROG_AR'... dnl -Wall: dnl Ask automake to turn on all warnings (not a gcc flag) -AM_INIT_AUTOMAKE([no-define check-news std-options dist-bzip2 +AM_INIT_AUTOMAKE([no-define gnits dist-bzip2 -Wall -Wno-extra-portability]) AM_SILENT_RULES([yes]) AM_GNU_GETTEXT([external]) -- 2.20.1