summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2007-08-21 11:30:20 +0000
committerAlexander Larsson <alexl@redhat.com>2007-08-21 11:30:20 +0000
commit9f3c9d9b5c60135ad770b61f7e7257acd82652c9 (patch)
tree80b285daf9a7b22454cf108eb26d284ebf303808 /autogen.sh
parentcb260263aa99b5a8a03db825ef7ac4878db7b81f (diff)
Update to automake 1.10
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 cf2d2c1..8bd0dd8 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -20,12 +20,12 @@ DIE=0
DIE=1
}
-if automake-1.9 --version < /dev/null > /dev/null 2>&1 ; then
- AUTOMAKE=automake-1.9
- ACLOCAL=aclocal-1.9
+if automake-1.10 --version < /dev/null > /dev/null 2>&1 ; then
+ AUTOMAKE=automake-1.10
+ ACLOCAL=aclocal-1.10
else
echo
- echo "You must have automake 1.9.x installed to compile $PROJECT."
+ echo "You must have automake 1.10.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