From 9e9b74b7b6ba9427fdae736093263f87e098ae59 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Tue, 28 Dec 2010 17:53:22 -0800 Subject: config: Replace obsolete usage of AC_OUTPUT with AC_CONFIG_FILES Signed-off-by: Alan Coopersmith --- configure.ac | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index e4442dd..2260553 100644 --- a/configure.ac +++ b/configure.ac @@ -18,5 +18,6 @@ m4_ifndef([XORG_MACROS_VERSION], XORG_MACROS_VERSION(1.3) XORG_DEFAULT_OPTIONS -AC_OUTPUT([Makefile - dmxproto.pc]) +AC_CONFIG_FILES([Makefile + dmxproto.pc]) +AC_OUTPUT -- cgit v1.2.1