X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=bootstrap.sh;h=f59a8156bfd0bc3eddc01277afd1710ba6c60b8f;hb=d3782d60cd47f57f48a9229bdd3badbd2f4bae44;hp=cb87bf782c4bf3b01489e852bc36d94af85b5625;hpb=b237ef2cfac7ab0b33170809e8cb64628606207d;p=elogind.git diff --git a/bootstrap.sh b/bootstrap.sh index cb87bf782..f59a8156b 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -65,7 +65,7 @@ else 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