about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2012-09-11 14:36:02 +0200
committerAlexander Barton <alex@barton.de>2012-09-11 14:36:02 +0200
commit2e13e821f89d38ebb3b6b90d44f1a40f9c61fb31 (patch)
tree9041fa48a4c04ae326e55ff23d2bb027c21288d0
parent2478c5816bca01c73b7c832945ddbeb815922ce0 (diff)
downloadngircd-2e13e821f89d38ebb3b6b90d44f1a40f9c61fb31.tar.gz
ngircd-2e13e821f89d38ebb3b6b90d44f1a40f9c61fb31.zip
configure.in: Use AC_CONFIG_FILES macro
-rw-r--r--configure.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index d3cc86b6..20102d4e 100644
--- a/configure.in
+++ b/configure.in
@@ -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