X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=autogen.sh;h=d1477aa7a1fa5352bcb23b6b1fa36c9b59f96f1e;hp=f088a8f5d10bd195b711a7873a50454d642dd419;hb=26812f0a13eacb8615f66f9048cd9575b2b8a2cf;hpb=d4e7bda70c9ae96df91660e62b160e7ae959e43c diff --git a/autogen.sh b/autogen.sh index f088a8f5d..d1477aa7a 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,13 +1,15 @@ #!/bin/sh -e -autoreconf -i +gtkdocize +autoreconf --install --symlink CFLAGS="-g -Wall \ -Wmissing-declarations -Wmissing-prototypes \ -Wnested-externs -Wpointer-arith \ -Wpointer-arith -Wsign-compare -Wchar-subscripts \ --Wstrict-prototypes -Wshadow" -args="--prefix=/usr --exec-prefix= --sysconfdir=/etc --with-selinux" +-Wstrict-prototypes -Wshadow \ +-Wformat=2 -Wtype-limits" +args="--prefix=/usr --exec-prefix= --sysconfdir=/etc --with-selinux --enable-gtk-doc" libdir=$(basename $(cd /lib/$(gcc -print-multi-os-directory); pwd)) case "$1" in