summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2007-11-08 02:54:39 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2007-11-08 02:54:39 +0000
commit5c971cb504776f840992daeefb95eae8f5f371ef (patch)
treea45b3b9398d729fce137dfd250feacc2271bce74 /autogen.sh
parent1af98f919625521ce88027f80e41446e8485026d (diff)
downloadglib-5c971cb504776f840992daeefb95eae8f5f371ef.tar.gz
Use automake 1.9
svn path=/trunk/; revision=5814
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/autogen.sh b/autogen.sh
index a9baabfd1..f8663616d 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -45,12 +45,12 @@ fi
DIE=1
}
-if automake-1.7 --version < /dev/null > /dev/null 2>&1 ; then
- AUTOMAKE=automake-1.7
- ACLOCAL=aclocal-1.7
+if automake-1.9 --version < /dev/null > /dev/null 2>&1 ; then
+ AUTOMAKE=automake-1.9
+ ACLOCAL=aclocal-1.9
else
echo
- echo "You must have automake 1.7.x installed to compile $PROJECT."
+ echo "You must have automake 1.9.x installed to compile $PROJECT."
echo "Install the appropriate package for your distribution,"
echo "or get the source tarball at http://ftp.gnu.org/gnu/automake/"
DIE=1