chiark / gitweb /
journalctl: display source timestamp, not journald timestamp, if known
[elogind.git] / autogen.sh
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