diff options
author | TingPing <tingping@tingping.se> | 2013-03-03 15:28:26 -0500 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2013-03-03 15:28:26 -0500 |
commit | 8faa0e65189e2ba677b2618f1b882e51b5caf3d1 (patch) | |
tree | 3528a302d99a46bedd5b9289e3a41af3ae43809e /configure.ac | |
parent | 8ed07b83eb9319f8dcfabd2990f9b8dcff4d7904 (diff) |
Use AC_CONFIG_FILES
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
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 |