summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2013-11-04 18:34:59 -0500
committerGaetan Nadon <memsize@videotron.ca>2013-11-13 07:43:55 -0500
commite392d40182bc23a2a6e2202c59ee2afd26328a0a (patch)
treec56b7145efac637fcf058cedf888328c14f5478b
parent11232941756bad24f51ef38d6519e1b779e8f6fa (diff)
downloadxorg-proto-dri3proto-e392d40182bc23a2a6e2202c59ee2afd26328a0a.tar.gz
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 <memsize@videotron.ca>
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1671e6c..2f30db6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,5 +9,6 @@ m4_ifndef([XORG_MACROS_VERSION],
XORG_MACROS_VERSION(1.3)
XORG_DEFAULT_OPTIONS
-AC_OUTPUT([Makefile
+AC_CONFIG_FILES([Makefile
dri3proto.pc])
+AC_OUTPUT