aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rwxr-xr-xautogen.sh1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cc170e3014..f66166aaf9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-04-21 Rodney Dawes <dobey@ximian.com>
+
+ * autogen.sh: Require automake 1.6 or neweer, we already do for libsoup
+ and evolution-data-server, there is no reason not to here
+
2004-04-21 Chris Toshok <toshok@ximian.com>
* configure.in (EDS_REQUIRED): bump to 0.0.92.1 for new EContact
diff --git a/autogen.sh b/autogen.sh
index 8d96b80beb..4b51a10c76 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -8,6 +8,7 @@ srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
PKG_NAME="Evolution"
+REQUIRED_AUTOMAKE_VERSION=1.6
(test -f $srcdir/configure.in \
&& test -f $srcdir/ChangeLog \