diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index e30887aa..eb4d881f 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,6 @@ AC_COPYRIGHT([Copyright (C) 1998-2010 Peter Zelezny]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([configure.ac]) -AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([1.11 dist-bzip2 subdir-objects no-define foreign]) @@ -949,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 @@ -974,6 +973,8 @@ man/Makefile dnl plugins/tcl/Makefile dnl plugins/sasl/Makefile +AC_OUTPUT + echo echo HexChat $VERSION echo |