From 65f14b2edaf70a2520e0180609f79f52836ca4f9 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Sat, 26 Oct 2013 09:42:05 -0400 Subject: config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES Fix Automake warning: AC_OUTPUT should be used without arguments. www.gnu.org/software/autoconf/manual/autoconf.html#Configuration-Files Signed-off-by: Gaetan Nadon --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e6f3db4..addad75 100644 --- a/configure.ac +++ b/configure.ac @@ -10,6 +10,7 @@ XORG_DEFAULT_OPTIONS XORG_ENABLE_SPECS XORG_WITH_ASCIIDOC(8.4.5) -AC_OUTPUT([Makefile +AC_CONFIG_FILES([Makefile specs/Makefile inputproto.pc]) +AC_OUTPUT -- cgit v1.2.1