chiark / gitweb /
autogen.sh: add debug
authorKay Sievers <kay.sievers@vrfy.org>
Sat, 6 Sep 2008 13:22:19 +0000 (15:22 +0200)
committerKay Sievers <kay.sievers@vrfy.org>
Sat, 6 Sep 2008 13:22:19 +0000 (15:22 +0200)
autogen.sh

index 4532e870bc93d8cd09451c40dafb8c880e406123..b6db9f919cd932750274c1fa54dcae7ab740c81f 100755 (executable)
@@ -42,7 +42,7 @@ echo "   automake:   $(automake --version | head -1)"
 automake --add-missing
 
 if test -z "$@"; then
-       args="--prefix=/usr --exec-prefix= --sysconfdir=/etc --with-selinux"
+       args="--prefix=/usr --exec-prefix= --sysconfdir=/etc --with-selinux --enable-debug"
        args="$args --with-libdir-name=$(basename $(gcc -print-multi-os-directory))"
        export CFLAGS="-g -Wall \
 -Wmissing-declarations -Wmissing-prototypes \