Use AC_CONFIG_FILES (once or more) and then AC_OUTPUT.

Signed-off-by: Gaetan Nadon <mems...@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

_______________________________________________
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to