aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorRodney Dawes <dobey@ximian.com>2004-04-22 06:25:17 +0800
committerRodney Dawes <dobey@src.gnome.org>2004-04-22 06:25:17 +0800
commit40b0a1ab9c50e94fb5ba312b5eb179506b0040ce (patch)
treebd6f97ee7aba873dbb1753c07e374c649e76bc82 /autogen.sh
parenta827ce98fdc95468810ffe94b13b404efca28cf8 (diff)
downloadgsoc2013-evolution-40b0a1ab9c50e94fb5ba312b5eb179506b0040ce.tar
gsoc2013-evolution-40b0a1ab9c50e94fb5ba312b5eb179506b0040ce.tar.gz
gsoc2013-evolution-40b0a1ab9c50e94fb5ba312b5eb179506b0040ce.tar.bz2
gsoc2013-evolution-40b0a1ab9c50e94fb5ba312b5eb179506b0040ce.tar.lz
gsoc2013-evolution-40b0a1ab9c50e94fb5ba312b5eb179506b0040ce.tar.xz
gsoc2013-evolution-40b0a1ab9c50e94fb5ba312b5eb179506b0040ce.tar.zst
gsoc2013-evolution-40b0a1ab9c50e94fb5ba312b5eb179506b0040ce.zip
Require automake 1.6 or neweer, we already do for libsoup and
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 svn path=/trunk/; revision=25569
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh1
1 files changed, 1 insertions, 0 deletions
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 \