chiark / gitweb /
libudev: link against selinux if needed
[elogind.git] / autogen.sh
index 43c763bf2fd074bce6f04fa702eda8575a6585dc..234e82902cf8d498c99e25f55e2cab74b8544d40 100755 (executable)
@@ -43,6 +43,12 @@ automake --add-missing
 
 if test -z "$@"; then
        args="--prefix=/usr --exec-prefix= --sysconfdir=/etc"
+       args="$args --with-libdir-name=$(basename $(gcc -print-multi-os-directory))"
+       export CFLAGS="-g -Wall \
+-Wmissing-declarations -Wmissing-prototypes \
+-Wnested-externs -Wpointer-arith \
+-Wpointer-arith -Wsign-compare -Wchar-subscripts \
+-Wstrict-prototypes -Wshadow"
 else
        args=$@
 fi