X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=configure.ac;h=20284f22180074062ca80f3ba9eb58c81f05da9d;hb=2c664acf9cd8a35d4d1761eaaf711753dce2377a;hp=d78a6283d9276ebfc91ac24d2d25db7f9e63ee7e;hpb=361792d9aa11f7affdabd844998390d16ed5b354;p=hvgrip.git diff --git a/configure.ac b/configure.ac index d78a628..20284f2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,3 +1,4 @@ +# configure.ac -- Process this file with autoconf to produce configure. AC_PREREQ(2.52) AC_INIT([hvgrip], [3.4.0], [hugo@hugovil.com], [hvgrip], @@ -5,12 +6,17 @@ AC_INIT([hvgrip], [3.4.0], [hugo@hugovil.com], [hvgrip], AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR(src/main.c) -AM_INIT_AUTOMAKE(check-news -Wall std-options) + +dnl -Wno-extra-portability: +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 gnits dist-bzip2 + -Wall -Wno-extra-portability]) AM_SILENT_RULES([yes]) AM_GNU_GETTEXT([external]) AM_GNU_GETTEXT_VERSION([0.18.1]) - -AM_MAINTAINER_MODE AM_CONFIG_HEADER(config.h:config.h.in) AC_ARG_ENABLE(shared_cdpar,