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.
This commit is contained in:
Filipe Brandenburger 2015-06-03 07:33:06 -07:00
parent ea344aec10
commit 759b98c568
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ fi
if [ ! -L /bin ]; then
args="$args \
--with-rootprefix= \
--with-rootprefix=/ \
--with-rootlibdir=$(libdir /lib) \
"
fi