From: Lennart Poettering Date: Wed, 30 Jun 2010 22:24:14 +0000 (+0200) Subject: build-sys: fix automake version check X-Git-Tag: v1~96 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=6398bea5d22a1d53f2fdabbf6fa4dc6f4ac1b6f4;hp=4176e530794dc1f29c99d15a22be07ed83f4477c build-sys: fix automake version check --- diff --git a/bootstrap.sh b/bootstrap.sh index 6f13ba2b2..74f814d28 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -53,7 +53,7 @@ if type -p colorgcc > /dev/null ; 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