Use AC_CONFIG_FILES

This commit is contained in:
TingPing 2013-03-03 15:28:26 -05:00
parent 8ed07b83eb
commit 8faa0e6518
1 changed files with 3 additions and 1 deletions

View File

@ -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