chiark / gitweb /
acl: libudev currently doesn't handle properly enumerator matches with multiple tags...
[elogind.git] / autogen.sh
index 74f814d289e0ed8b474f07e00f063b2dee1af071..826d9b0d0e1a423dd91d616f5b0de37bd51d7cd5 100755 (executable)
@@ -66,7 +66,7 @@ else
     run_versioned automake "$AM_VERSION" --copy --foreign --add-missing
 
     if [ "x$1" != "xac" ]; then
-        CFLAGS="$CFLAGS -g -O0" ./configure --sysconfdir=/etc --localstatedir=/var --with-rootdir= "$@"
+        CFLAGS="$CFLAGS -g -O0" ./configure --sysconfdir=/etc --localstatedir=/var --with-rootdir= --libexecdir=/usr/lib "$@"
         make clean
     fi
 fi