[PATCH xorg-gtest 2/3] config: merge both AC_CONFIG_FILES statements.
Gaetan Nadon
memsize at videotron.ca
Thu Mar 8 16:48:28 PST 2012
Typically all modules have a single statement unless some output files
are conditionally generated.
Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
configure.ac | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/configure.ac b/configure.ac
index 9b2dee0..9d04d40 100644
--- a/configure.ac
+++ b/configure.ac
@@ -53,12 +53,11 @@ AS_IF([test "x$with_evemu" == xyes],
AM_CONDITIONAL([HAVE_EVEMU], [test "x$have_evemu" = "xyes"])
AC_CONFIG_FILES([Makefile
- xorg-gtest.pc])
-
-AC_CONFIG_FILES([data/Makefile
+ data/Makefile
doc/Makefile
examples/Makefile
include/Makefile
- src/Makefile])
+ src/Makefile
+ xorg-gtest.pc])
AC_OUTPUT
--
1.7.5.4
More information about the xorg-devel
mailing list