summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@users.sourceforge.net>2006-03-18 00:59:12 +0000
committerJosé Fonseca <jrfonseca@users.sourceforge.net>2006-03-18 00:59:12 +0000
commite4fc9d118babee916875d2d5c4e71e173ff40d3c (patch)
tree31a0d556cbbd41c7484d9a37e2c45714df7eef15
parentdc99d4333b4a81d9ea116054cfc6c396bfcfc8f0 (diff)
Update to automake-1.9.
-rwxr-xr-xautogen.sh4
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 3 deletions
diff --git a/autogen.sh b/autogen.sh
index a165baa..da5b640 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,8 +1,8 @@
#! /bin/sh
-aclocal-1.7 \
+aclocal-1.9 \
&& autoheader \
-&& automake-1.7 --gnu --add-missing \
+&& automake-1.9 --gnu --add-missing \
&& autoconf \
&& CFLAGS="-Wall -pedantic -g" ./configure --enable-maintainer-mode
diff --git a/configure.ac b/configure.ac
index 30aea20..b40172e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_PREREQ(2.53)
AC_INIT(esmtp, 0.5.1)
AC_CONFIG_SRCDIR(Makefile.am)
AC_CONFIG_HEADERS(config.h)
-AM_INIT_AUTOMAKE(1.7 dist-bzip2)
+AM_INIT_AUTOMAKE(1.9 dist-bzip2)
AM_MAINTAINER_MODE
AC_PROG_CC