From 29f4c09cc252d834278e6e1ad77ad56dc0545d29 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Tue, 15 Dec 2009 14:25:17 -0500 Subject: configure.ac: use single statement for file generation Reported-by: Peter Hutterer Signed-off-by: Gaetan Nadon --- configure.ac | 4 ++-- 1 file 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 -- cgit v1.2.3