chiark / gitweb /
add some warnings
[elogind.git] / autogen.sh
index 43c763bf2fd074bce6f04fa702eda8575a6585dc..4ec4e0551aa244fe0dce71d54c9033029fc82642 100755 (executable)
@@ -43,6 +43,11 @@ automake --add-missing
 
 if test -z "$@"; then
        args="--prefix=/usr --exec-prefix= --sysconfdir=/etc"
+       export CFLAGS="-g -Wall \
+-Wmissing-declarations -Wmissing-prototypes \
+-Wnested-externs -Wpointer-arith \
+-Wpointer-arith -Wsign-compare -Wchar-subscripts \
+-Wstrict-prototypes -Wshadow"
 else
        args=$@
 fi