X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=bootstrap.sh;h=6f13ba2b2d32a731fc9e3e2cc78d58ef7537faab;hp=cb87bf782c4bf3b01489e852bc36d94af85b5625;hb=33be102a214e7010949496549f4c737b0f8269a3;hpb=b237ef2cfac7ab0b33170809e8cb64628606207d diff --git a/bootstrap.sh b/bootstrap.sh index cb87bf782..6f13ba2b2 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -59,13 +59,14 @@ 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" run_versioned automake "$AM_VERSION" --copy --foreign --add-missing if [ "x$1" != "xac" ]; then - CFLAGS="$CFLAGS -g -O0" ./configure --sysconfdir=/etc --localstatedir=/var "$@" + CFLAGS="$CFLAGS -g -O0" ./configure --sysconfdir=/etc --localstatedir=/var --with-rootdir= "$@" make clean fi fi