X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=autogen.sh;h=d1477aa7a1fa5352bcb23b6b1fa36c9b59f96f1e;hp=fb96d4aeb133885478915ac494739ee3ed712cae;hb=26812f0a13eacb8615f66f9048cd9575b2b8a2cf;hpb=7e8ea3320d194f34393224e4cecb39fbc8c94e57 diff --git a/autogen.sh b/autogen.sh index fb96d4aeb..d1477aa7a 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,5 +1,6 @@ #!/bin/sh -e +gtkdocize autoreconf --install --symlink CFLAGS="-g -Wall \ @@ -8,7 +9,7 @@ CFLAGS="-g -Wall \ -Wpointer-arith -Wsign-compare -Wchar-subscripts \ -Wstrict-prototypes -Wshadow \ -Wformat=2 -Wtype-limits" -args="--prefix=/usr --exec-prefix= --sysconfdir=/etc --with-selinux" +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