X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=configure.ac;h=83e75ef4182f8df38520324685dd525dfb77e9a8;hb=87bcf29364c4640edb87cc2186b965d1a564d70c;hp=dd66cdbd7890745bfd05f24bb75bd721497ca34d;hpb=40fe452223b5cc0ff5dbae0efa8551d7e96c1a5c;p=~andy%2Ffetchmail diff --git a/configure.ac b/configure.ac index dd66cdbd..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 +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: