]> arthur.barton.de Git - ngircd-alex.git/blobdiff - configure.in
Don't include <stdint.h>, it is included by "portab.h"
[ngircd-alex.git] / configure.in
index c726596447fce8306a34230a493a0a5d62cb58bd..20102d4e2e97950ed4aa81f24ebe571617948cc2 100644 (file)
@@ -48,7 +48,6 @@ AH_TEMPLATE([TARGET_CPU], [Target CPU name])
 
 AC_PROG_CC
 AC_PROG_CC_STDC
-AC_C_PROTOTYPES
 
 # -- Helper programs --
 
@@ -549,7 +548,7 @@ test -n "$CFLAGS_END" && CFLAGS="$CFLAGS $CFLAGS_END"
 
 # -- Generate files --
 
-AC_OUTPUT([ \
+AC_CONFIG_FILES([ \
        Makefile \
        contrib/Anope/Makefile \
        contrib/Debian/Makefile \
@@ -568,6 +567,8 @@ AC_OUTPUT([ \
        src/tool/Makefile \
 ])
 
+AC_OUTPUT
+
 type dpkg >/dev/null 2>&1
 if test $? -eq 0; then
        # Generate debian/ link if the dpkg command exists