X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=bootstrap.sh;h=74f814d289e0ed8b474f07e00f063b2dee1af071;hp=f59a8156bfd0bc3eddc01277afd1710ba6c60b8f;hb=af2ab1f9a30a3a2897ee8d0991467ae61bb7cba0;hpb=d7a2d0c67addf880d5e667d87062dcb6083e501c diff --git a/bootstrap.sh b/bootstrap.sh index f59a8156b..74f814d28 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -53,12 +53,13 @@ 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 rm -f config.cache + libtoolize -c --force run_versioned aclocal "$AM_VERSION" -I m4 run_versioned autoconf "$AC_VERSION" -Wall run_versioned autoheader "$AC_VERSION"