mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-25 18:52:22 -05:00
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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user