From 40b0a1ab9c50e94fb5ba312b5eb179506b0040ce Mon Sep 17 00:00:00 2001 From: Rodney Dawes Date: Wed, 21 Apr 2004 22:25:17 +0000 Subject: Require automake 1.6 or neweer, we already do for libsoup and 2004-04-21 Rodney Dawes * autogen.sh: Require automake 1.6 or neweer, we already do for libsoup and evolution-data-server, there is no reason not to here svn path=/trunk/; revision=25569 --- autogen.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'autogen.sh') 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 \ -- cgit