summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2013-10-26 09:42:04 -0400
committerGaetan Nadon <memsize@videotron.ca>2013-10-26 09:42:04 -0400
commitddc12873a4c1280a3379afc5a60fbeb920ee552d (patch)
tree99ea94bf919c671af7480ed8d588a3dcc76db3b9
parentead89ad84877551cc15d26b95cb19a3e205df71f (diff)
downloadxorg-proto-dri2proto-ddc12873a4c1280a3379afc5a60fbeb920ee552d.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 7238894..5fadf56 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,5 +8,6 @@ m4_ifndef([XORG_MACROS_VERSION],
XORG_MACROS_VERSION(1.3)
XORG_DEFAULT_OPTIONS
-AC_OUTPUT([Makefile
+AC_CONFIG_FILES([Makefile
dri2proto.pc])
+AC_OUTPUT