[PATCH input-vmmouse 4/5] Autoconf: Fix deprecated use of AC_OUTPUT
Gaetan Nadon
memsize at videotron.ca
Sun Sep 22 17:31:19 PDT 2013
Use AC_CONFIG_FILES (once or more) and then AC_OUTPUT.
Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
configure.ac | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 5596b12..52ea460 100644
--- a/configure.ac
+++ b/configure.ac
@@ -136,4 +136,11 @@ PKG_CHECK_EXISTS([xorg-server >= 1.6.0],
# Checks for header files.
AC_HEADER_STDC
-AC_OUTPUT([Makefile shared/Makefile src/Makefile tools/Makefile fdi/Makefile man/Makefile])
+AC_CONFIG_FILES([Makefile
+ shared/Makefile
+ src/Makefile
+ tools/Makefile
+ fdi/Makefile
+ man/Makefile])
+
+AC_OUTPUT
--
1.7.9.5
More information about the xorg-devel
mailing list