summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorTingPing <tingping@tingping.se>2013-03-03 15:28:26 -0500
committerTingPing <tingping@tingping.se>2013-03-03 15:28:26 -0500
commit8faa0e65189e2ba677b2618f1b882e51b5caf3d1 (patch)
tree3528a302d99a46bedd5b9289e3a41af3ae43809e
parent8ed07b83eb9319f8dcfabd2990f9b8dcff4d7904 (diff)
Use AC_CONFIG_FILES
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1e7a0d6f..eb4d881f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -948,7 +948,7 @@ dnl for plugins/xxx/Makefile.am
 hexchatlibdir=${libdir}/hexchat
 AC_SUBST(hexchatlibdir)
 
-AC_OUTPUT([
+AC_CONFIG_FILES([
 Makefile
 share/Makefile
 share/icons/Makefile
@@ -973,6 +973,8 @@ man/Makefile
 dnl plugins/tcl/Makefile
 dnl plugins/sasl/Makefile
 
+AC_OUTPUT
+
 echo
 echo HexChat $VERSION
 echo