X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=bootstrap.sh;h=f59a8156bfd0bc3eddc01277afd1710ba6c60b8f;hb=a2e0f3d3948d65df01e372ede12391be93d4e155;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