From 6e385b9711f9ac4808672528f8e856033b9cea06 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Tue, 28 Dec 2010 18:57:31 -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 92d8638..b935c48 100644 --- a/configure.ac +++ b/configure.ac @@ -17,5 +17,6 @@ m4_ifndef([XORG_MACROS_VERSION], XORG_MACROS_VERSION(1.3) XORG_DEFAULT_OPTIONS -AC_OUTPUT([Makefile - printproto.pc]) +AC_CONFIG_FILES([Makefile + printproto.pc]) +AC_OUTPUT -- cgit v1.2.1