chiark / gitweb /
add missing 'v' for "make changelog"
[elogind.git] / autogen.sh
index b01012eb2efd9d9a98bc30d43dbf913ba457028a..4ec4e0551aa244fe0dce71d54c9033029fc82642 100755 (executable)
@@ -1,11 +1,5 @@
 #!/bin/sh -e
 
-(autopoint --version) < /dev/null > /dev/null 2>&1 || {
-       echo
-       echo "You must have autopoint installed to generate the build system.."
-       echo
-       exit 1
-}
 (autoconf --version) < /dev/null > /dev/null 2>&1 || {
        echo
        echo "You must have autoconf installed to generate the build system."
@@ -49,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