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
commit65f14b2edaf70a2520e0180609f79f52836ca4f9 (patch)
treed0dadf5ef3071f7933206bd7ddd38f98007b1058
parentf33a329026c9f2eaa5fa436543e4feb0e54b685d (diff)
downloadxorg-proto-inputproto-65f14b2edaf70a2520e0180609f79f52836ca4f9.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 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