[PATCH] configure.ac: use single statement for file generation
Gaetan Nadon
memsize at videotron.ca
Tue Dec 15 11:25:17 PST 2009
Reported-by: Peter Hutterer <peter.hutterer at who-t.net>
Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index e4930e2..99c8996 100644
--- a/configure.ac
+++ b/configure.ac
@@ -40,6 +40,6 @@ m4_include([xorgversion.m4])
XORG_RELEASE_VERSION
XORG_CHANGELOG
-AC_CONFIG_FILES([xorg-macros.pc])
-AC_CONFIG_FILES([Makefile xorg-macros.m4:xorg-macros.m4.in:xorgversion.m4])
+AC_CONFIG_FILES([xorg-macros.pc
+ Makefile xorg-macros.m4:xorg-macros.m4.in:xorgversion.m4])
AC_OUTPUT
--
1.6.0.4
--Boundary_(ID_0dreHJbAaDnJJycBCcx8DQ)--
More information about the xorg-devel
mailing list