chiark / gitweb /
autogen: add --with-rootlibdir= and switch /usr/local to /usr
authorKay Sievers <kay.sievers@vrfy.org>
Thu, 5 Jan 2012 16:57:02 +0000 (17:57 +0100)
committerKay Sievers <kay.sievers@vrfy.org>
Thu, 5 Jan 2012 16:57:02 +0000 (17:57 +0100)
autogen.sh
configure.ac

index 60a0286ac64db00d8425b04e5dd81d7576833398..3b9dd1fd166626e4f7fde0c6e3b2ca6c7142c5ac 100755 (executable)
@@ -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
index 4c8b1156743f733a7eaf87ee547093e1ed34cc51..ef9bfc17d35913a293862d7fc07d71dad1f105f3 100644 (file)
@@ -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}