]> arthur.barton.de Git - ngircd-alex.git/commitdiff
configure.in: Use AC_CONFIG_FILES macro
authorAlexander Barton <alex@barton.de>
Tue, 11 Sep 2012 12:36:02 +0000 (14:36 +0200)
committerAlexander Barton <alex@barton.de>
Tue, 11 Sep 2012 12:36:02 +0000 (14:36 +0200)
configure.in

index d3cc86b6562a4a22721650736609842e779b4a6d..20102d4e2e97950ed4aa81f24ebe571617948cc2 100644 (file)
@@ -548,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 \
@@ -567,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