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
commit5e40da736ffc87f5cafaaa67d745e20ef67a9f4a (patch)
tree2b36ba946a213c12121ee3bb58ac8f856222b2be
parent7cc231b806b1cf6c0c7a71efe335efad892860f0 (diff)
downloadxorg-proto-kbproto-5e40da736ffc87f5cafaaa67d745e20ef67a9f4a.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 b9a6ff4..45f49f3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,6 +14,7 @@ XORG_WITH_FOP
XORG_WITH_XSLTPROC
XORG_CHECK_SGML_DOCTOOLS(1.8)
-AC_OUTPUT([Makefile
+AC_CONFIG_FILES([Makefile
specs/Makefile
kbproto.pc])
+AC_OUTPUT