chiark / gitweb /
build-sys: fix automake version check
authorLennart Poettering <lennart@poettering.net>
Wed, 30 Jun 2010 22:24:14 +0000 (00:24 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 30 Jun 2010 22:24:14 +0000 (00:24 +0200)
bootstrap.sh

index 6f13ba2b2d32a731fc9e3e2cc78d58ef7537faab..74f814d289e0ed8b474f07e00f063b2dee1af071 100755 (executable)
@@ -53,7 +53,7 @@ if type -p colorgcc > /dev/null ; then
 fi
 
 if [ "x$1" = "xam" ] ; then
 fi
 
 if [ "x$1" = "xam" ] ; then
-    run_versioned automake "$VERSION" -a -c --foreign
+    run_versioned automake "$AM_VERSION" -a -c --foreign
     ./config.status
 else
     rm -rf autom4te.cache
     ./config.status
 else
     rm -rf autom4te.cache