aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2006-02-17 16:23:35 +0000
committerMatthias Andree <matthias.andree@gmx.de>2006-02-17 16:23:35 +0000
commitcc030a5929ab1dc372b3256fc624925739b9bba4 (patch)
treecb2c4c13cf474d75353a7bb3a6bf7fb8f78d8172 /configure.ac
parent37c9db7d22a988452dd04fdf2c9bafde1a9752b2 (diff)
downloadfetchmail-cc030a5929ab1dc372b3256fc624925739b9bba4.tar.gz
fetchmail-cc030a5929ab1dc372b3256fc624925739b9bba4.tar.bz2
fetchmail-cc030a5929ab1dc372b3256fc624925739b9bba4.zip
Specify minimum versions and options for automake consistently, bump automake version to 1.8 (was 1.5).
svn path=/branches/BRANCH_6-3/; revision=4691
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 6b807dca..0fb66389 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,9 +12,9 @@ AC_CONFIG_LIBOBJ_DIR([.])
AC_CANONICAL_TARGET
-dnl we may need a newer automake version - the oldest tested is 1.7
+dnl automake options are in Makefile.am
AC_PREREQ(2.59)
-AM_INIT_AUTOMAKE(1.5 foreign no-installinfo)
+AM_INIT_AUTOMAKE
dnl autobuild support, see <http://josefsson.org/autobuild/>
(