X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=bootstrap.sh;h=f59a8156bfd0bc3eddc01277afd1710ba6c60b8f;hp=cb87bf782c4bf3b01489e852bc36d94af85b5625;hb=2ded0c0442f597dc397f7b0e9a15cf453578d11e;hpb=b237ef2cfac7ab0b33170809e8cb64628606207d 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