[Xcb] [PATCH util-renderutil 2/9] config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES

Gaetan Nadon memsize at videotron.ca
Thu Feb 6 23:30:04 CET 2014


Fix Automake warning: AC_OUTPUT should be used without arguments.
www.gnu.org/software/autoconf/manual/autoconf.html#Configuration-Files

Changed layout to one file per file like other xorg modules.

Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
 configure.ac |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/configure.ac b/configure.ac
index 6c8a277..6dea1c9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,7 +11,8 @@ XCB_UTIL_COMMON([1.4], [1.6])
 
 PKG_CHECK_MODULES(XCB_RENDER, xcb-render)
 
-AC_OUTPUT([Makefile
-	renderutil/Makefile renderutil/xcb-renderutil.pc
-	xcb_util_intro
-	])
+AC_CONFIG_FILES([Makefile
+	renderutil/Makefile
+	renderutil/xcb-renderutil.pc
+	xcb_util_intro])
+AC_OUTPUT
-- 
1.7.9.5



More information about the Xcb mailing list