From 6398bea5d22a1d53f2fdabbf6fa4dc6f4ac1b6f4 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 1 Jul 2010 00:24:14 +0200 Subject: [PATCH 1/1] build-sys: fix automake version check --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2