X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=configure.ac;h=ebb4db56b7e4275c357256a0be95e375d2bff710;hb=52c5a71f5ecb67b7ebf6ee0e5862bab2534222eb;hp=56a60b0e63f558953a96098c8126873572cf56bd;hpb=b49043f4af0069e2e85c19be7586f3617893e37c;p=~andy%2Ffetchmail diff --git a/configure.ac b/configure.ac index 56a60b0e..ebb4db56 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],[6.3.22],[fetchmail-users@lists.berlios.de]) +AC_INIT([fetchmail],[6.3.25],[fetchmail-users@lists.berlios.de]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) @@ -19,7 +19,8 @@ AC_CANONICAL_HOST dnl automake options are in Makefile.am AC_PREREQ(2.60) dnl 2.60 required for AC_USE_SYSTEM_EXTENSIONS -AM_INIT_AUTOMAKE +AM_INIT_AUTOMAKE([silent-rules -Wall]) +AM_SILENT_RULES dnl python is optional # @@ -967,7 +968,7 @@ if test "$needtrio" = 1 ; then fi dnl ----------------------------------------------------------------' -AC_CONFIG_FILES([Makefile po/Makefile.in genlsm.sh]) +AC_CONFIG_FILES([Makefile po/Makefile.in]) AC_OUTPUT dnl Local Variables: