Use AC_CONFIG_FILES
This commit is contained in:
parent
8ed07b83eb
commit
8faa0e6518
|
@ -948,7 +948,7 @@ dnl for plugins/xxx/Makefile.am
|
||||||
hexchatlibdir=${libdir}/hexchat
|
hexchatlibdir=${libdir}/hexchat
|
||||||
AC_SUBST(hexchatlibdir)
|
AC_SUBST(hexchatlibdir)
|
||||||
|
|
||||||
AC_OUTPUT([
|
AC_CONFIG_FILES([
|
||||||
Makefile
|
Makefile
|
||||||
share/Makefile
|
share/Makefile
|
||||||
share/icons/Makefile
|
share/icons/Makefile
|
||||||
|
@ -973,6 +973,8 @@ man/Makefile
|
||||||
dnl plugins/tcl/Makefile
|
dnl plugins/tcl/Makefile
|
||||||
dnl plugins/sasl/Makefile
|
dnl plugins/sasl/Makefile
|
||||||
|
|
||||||
|
AC_OUTPUT
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo HexChat $VERSION
|
echo HexChat $VERSION
|
||||||
echo
|
echo
|
||||||
|
|
Loading…
Reference in New Issue