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