[Xcb] [PATCH RESEND image 02/12] config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES

Gaetan Nadon memsize at videotron.ca
Thu Mar 27 11:37:05 PDT 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 2a4cd00..603f46e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,8 @@ PKG_CHECK_MODULES(XCB_SHM, xcb-shm)
 PKG_CHECK_MODULES(XPROTO, xproto >= 7.0.8)
 PKG_CHECK_MODULES(XCB_UTIL, xcb-util)
 
-AC_OUTPUT([Makefile
-	image/Makefile image/xcb-image.pc
-	xcb_util_intro
-	])
+AC_CONFIG_FILES([Makefile
+	image/Makefile
+	image/xcb-image.pc
+	xcb_util_intro])
+AC_OUTPUT
-- 
1.7.9.5



More information about the Xcb mailing list