chiark / gitweb /
units: set HOME=/root when running shells
[elogind.git] / bootstrap.sh
index f59a8156bfd0bc3eddc01277afd1710ba6c60b8f..74f814d289e0ed8b474f07e00f063b2dee1af071 100755 (executable)
@@ -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"