summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2013-10-26 09:42:05 -0400
committerGaetan Nadon <memsize@videotron.ca>2013-10-26 09:42:05 -0400
commitc4ef27e48ab2ee8157cbc6dd3b69d2d06e121e80 (patch)
tree17a14a86e456bad863b20df3e3d5bbc7d87923e1
parent15c05b263eb6cc0eaa7ab49c39fe489613d6d796 (diff)
downloadxorg-proto-xf86vidmodeproto-c4ef27e48ab2ee8157cbc6dd3b69d2d06e121e80.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 670c0ae..aaf2900 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,5 +16,6 @@ m4_ifndef([XORG_MACROS_VERSION],
XORG_MACROS_VERSION(1.3)
XORG_DEFAULT_OPTIONS
-AC_OUTPUT([Makefile
+AC_CONFIG_FILES([Makefile
xf86vidmodeproto.pc])
+AC_OUTPUT