[Xcb] [PATCH v2 util-image 02/12] config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
Gaetan Nadon
memsize at videotron.ca
Thu Apr 3 16:33:14 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>
---
v2 changed the layout of AC_CONFIG_FILES
configure.ac | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/configure.ac b/configure.ac
index 2a4cd00..d53ca94 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,10 @@ 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
+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