diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-07-01 00:24:14 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-07-01 00:24:14 +0200 |
commit | 6398bea5d22a1d53f2fdabbf6fa4dc6f4ac1b6f4 (patch) | |
tree | 9a33355408150058e6739e7e7780ed5eada81f0f /bootstrap.sh | |
parent | man: more fixes (diff) | |
download | systemd-6398bea5d22a1d53f2fdabbf6fa4dc6f4ac1b6f4.tar.xz systemd-6398bea5d22a1d53f2fdabbf6fa4dc6f4ac1b6f4.zip |
build-sys: fix automake version check
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-x | bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index 6f13ba2b2d..74f814d289 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 |