From: Filipe Brandenburger Date: Wed, 3 Jun 2015 14:33:06 +0000 (-0700) Subject: build-sys: Recommend --with-rootprefix=/ for split-usr X-Git-Tag: v221~194^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=759b98c5682171e6d5bf4d71f6ff038ae0115956;p=thirdparty%2Fsystemd.git build-sys: Recommend --with-rootprefix=/ for split-usr Since we started using AX_NORMALIZE_PATH, that is a valid supported setup and is more explicit than --with-rootprefix= (empty) which is actually currently broken. Let's advocate for it in the ./configure suggestion from autogen.sh. --- diff --git a/autogen.sh b/autogen.sh index 3027f831532..2d4acdfef16 100755 --- a/autogen.sh +++ b/autogen.sh @@ -47,7 +47,7 @@ fi if [ ! -L /bin ]; then args="$args \ ---with-rootprefix= \ +--with-rootprefix=/ \ --with-rootlibdir=$(libdir /lib) \ " fi