X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=autogen.sh;h=4532e870bc93d8cd09451c40dafb8c880e406123;hp=4ec4e0551aa244fe0dce71d54c9033029fc82642;hb=e4255f115330b949c1caeb561cbe0e39f5225f50;hpb=e231a5db51f1b21252b2404d0aa2f243baa87a1a diff --git a/autogen.sh b/autogen.sh index 4ec4e0551..4532e870b 100755 --- a/autogen.sh +++ b/autogen.sh @@ -42,7 +42,8 @@ echo " automake: $(automake --version | head -1)" automake --add-missing if test -z "$@"; then - args="--prefix=/usr --exec-prefix= --sysconfdir=/etc" + args="--prefix=/usr --exec-prefix= --sysconfdir=/etc --with-selinux" + args="$args --with-libdir-name=$(basename $(gcc -print-multi-os-directory))" export CFLAGS="-g -Wall \ -Wmissing-declarations -Wmissing-prototypes \ -Wnested-externs -Wpointer-arith \