X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=configure.ac;h=83e75ef4182f8df38520324685dd525dfb77e9a8;hb=910d5a2f852edb8c4e54c0e875da6a90385ab790;hp=6780831d14eaf87d814f12fcbd9ea3c4902493bf;hpb=16416031c30a8c36a587a40453822cb2d3193262;p=~andy%2Ffetchmail diff --git a/configure.ac b/configure.ac index 6780831d..83e75ef4 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ dnl Process this file with autoconf to produce a configure script. dnl dnl XXX - if bumping version here, check fetchmail.man, too! -AC_INIT([fetchmail],[7.0.0-alpha3],[fetchmail-devel@lists.berlios.de]) +AC_INIT([fetchmail],[7.0.0-alpha5],[fetchmail-devel@lists.berlios.de]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) @@ -22,7 +22,8 @@ AC_USE_SYSTEM_EXTENSIONS dnl automake options are in Makefile.am AC_PREREQ(2.64) dnl 2.60 required for AC_USE_SYSTEM_EXTENSIONS -AM_INIT_AUTOMAKE(silent-rules) +AM_INIT_AUTOMAKE([silent-rules -Wall]) +AM_SILENT_RULES dnl python is optional # @@ -694,7 +695,7 @@ then ]) fi]) -AC_CONFIG_FILES([Makefile po/Makefile.in genlsm.sh]) +AC_CONFIG_FILES([Makefile po/Makefile.in]) AC_OUTPUT dnl Local Variables: