diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2013-10-26 09:42:05 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2013-10-26 09:42:05 -0400 |
commit | 65f14b2edaf70a2520e0180609f79f52836ca4f9 (patch) | |
tree | d0dadf5ef3071f7933206bd7ddd38f98007b1058 /configure.ac | |
parent | f33a329026c9f2eaa5fa436543e4feb0e54b685d (diff) |
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>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
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 |