X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=configure.ac;h=a1bf39332f23abaa3082e6d116f11a151c6bc324;hb=refs%2Fheads%2Fautodoc;hp=5818b181998f20117ac9215f4e95637094fc7f76;hpb=9edd45957b7a83300fe7b96c1ad7f0159a6bda39;p=hvgrip.git diff --git a/configure.ac b/configure.ac index 5818b18..a1bf393 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]) @@ -159,12 +159,13 @@ AC_SUBST(LDFLAGS) AC_SUBST(ac_aux_dir) AC_OUTPUT([ -Makefile -grip.spec -src/Makefile -po/Makefile.in -pixmaps/Makefile -doc/Makefile -doc/images/Makefile -contrib/Makefile + Makefile + data/grip.spec + data/Makefile + src/Makefile + po/Makefile.in + pixmaps/Makefile + doc/Makefile + doc/images/Makefile + contrib/Makefile ])