[systemd-commits] autogen.sh configure.ac
Kay Sievers
kay at kemper.freedesktop.org
Thu Jan 5 08:57:31 PST 2012
autogen.sh | 5 +++--
configure.ac | 1 +
2 files changed, 4 insertions(+), 2 deletions(-)
New commits:
commit fbe224e2032cfbd9ea664a64c5254756ce5b5448
Author: Kay Sievers <kay.sievers at vrfy.org>
Date: Thu Jan 5 17:57:02 2012 +0100
autogen: add --with-rootlibdir= and switch /usr/local to /usr
diff --git a/autogen.sh b/autogen.sh
index 60a0286..3b9dd1f 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -68,11 +68,12 @@ else
if [ "x$1" != "xac" ]; then
CFLAGS="$CFLAGS -g -O0" ./configure \
+ --with-rootprefix= \
--sysconfdir=/etc \
--localstatedir=/var \
+ --libdir=$(libdir /usr/lib) \
+ --with-rootlibdir=$(libdir /lib) \
--libexecdir=/usr/lib \
- --libdir=$(libdir /usr/local/lib) \
- --with-rootprefix= \
"$@"
make clean
fi
diff --git a/configure.ac b/configure.ac
index 4c8b115..ef9bfc1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -649,6 +649,7 @@ AC_MSG_RESULT([
plymouth: ${have_plymouth}
prefix: ${prefix}
rootprefix: ${with_rootprefix}
+ libexec dir: ${libexecdir}
lib dir: ${libdir}
rootlib dir: ${with_rootlibdir}
pam modules dir: ${with_pamlibdir}
More information about the systemd-commits
mailing list