On 03/08/2012 04:48 PM, Gaetan Nadon wrote:
Typically all modules have a single statement unless some output files
are conditionally generated.

Signed-off-by: Gaetan Nadon<[email protected]>
---
  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

I saw this and have been meaning to fix it. Thanks for getting to it!

Reviewed-by: Chase Douglas <[email protected]>

And merged.
_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to