aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac4
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 34cd3373..438d277f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile for fetchmail
SUBDIRS= m4 po
-AUTOMAKE_OPTIONS= foreign no-dist-gzip dist-bzip2
+AUTOMAKE_OPTIONS= 1.8 foreign no-dist-gzip dist-bzip2
AM_CFLAGS= @CEFLAGS@
AM_CPPFLAGS= @CPFLAGS@ -I$(srcdir)/libesmtp
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/>
(