[gxml/autotools_fixes: 1/9] configure.ac: Do not use deprecated autoconf macros



commit 448dca58f3c0c5c21cbf2159519561b9cc2bd434
Author: Javier JardÃn <jjardon gnome org>
Date:   Fri Aug 24 01:57:17 2012 +0900

    configure.ac: Do not use deprecated autoconf macros

 configure.ac |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index f3c488d..9dd557c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -182,13 +182,14 @@ AM_CONDITIONAL(ENABLE_GI_SYSTEM_INSTALL, [test x"$enable_gi_system_install" = "x
 # TODO: should libgxml.pc have no version number in it?
 
 ### Autoconf generating Makefiles
-AC_OUTPUT([
+AC_CONFIG_FILES([
 Makefile
 gxml/gxml.pc
 gxml/Makefile
 test/Makefile
 docs/Makefile
 po/Makefile.in])
+AC_OUTPUT
 
 
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]