[Xcb] [PATCH util-wm 1/7] config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
Gaetan Nadon
memsize at videotron.ca
Sat Feb 1 10:20:57 PST 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 | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/configure.ac b/configure.ac
index 9e89119..634c2a1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,8 +11,10 @@ AC_TYPE_SSIZE_T
XCB_UTIL_M4_WITH_INCLUDE_PATH
XCB_UTIL_COMMON([1.4], [1.6])
-AC_OUTPUT([Makefile
- icccm/Makefile icccm/xcb-icccm.pc
- ewmh/Makefile ewmh/xcb-ewmh.pc
- xcb_util_intro
- ])
+AC_CONFIG_FILES([Makefile
+ icccm/Makefile
+ icccm/xcb-icccm.pc
+ ewmh/Makefile
+ ewmh/xcb-ewmh.pc
+ xcb_util_intro])
+AC_OUTPUT
--
1.7.9.5
More information about the Xcb
mailing list