X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=autogen.sh;h=d1477aa7a1fa5352bcb23b6b1fa36c9b59f96f1e;hp=be3b6749b8a3ecd91c2928f8c02d56b47920d08c;hb=26812f0a13eacb8615f66f9048cd9575b2b8a2cf;hpb=12dda308d9aed677a6cceb9d6a4c6b831987dcd6 diff --git a/autogen.sh b/autogen.sh index be3b6749b..d1477aa7a 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,13 +1,15 @@ #!/bin/sh -e +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