X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=configure.ac;h=bc9cb52db139c193231bf2e204d8bc62043938f7;hb=a23a8cf8ee1da51c4392b9f52e6b72b0c01e3b5e;hp=dd66cdbd7890745bfd05f24bb75bd721497ca34d;hpb=40fe452223b5cc0ff5dbae0efa8551d7e96c1a5c;p=~andy%2Ffetchmail diff --git a/configure.ac b/configure.ac index dd66cdbd..bc9cb52d 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 +AM_INIT_AUTOMAKE([silent-rules -Wall]) +AM_SILENT_RULES dnl python is optional # @@ -90,7 +91,7 @@ AC_CACHE_SAVE dnl i18n AM_GNU_GETTEXT([external], [need-ngettext]) -AM_GNU_GETTEXT_VERSION([0.17]) +AM_GNU_GETTEXT_VERSION([0.18.1]) dnl end i18n # Under sysV68, socket and friends are provided by the C library. @@ -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: