]> diplodocus.org Git - xorg-xinput/commitdiff
config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
authorGaetan Nadon <memsize@videotron.ca>
Sat, 26 Oct 2013 01:51:37 +0000 (21:51 -0400)
committerGaetan Nadon <memsize@videotron.ca>
Sat, 26 Oct 2013 01:51:37 +0000 (21:51 -0400)
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>
configure.ac

index 7be549c22a882a67884cac8f6467d29649dcd51e..7062367c6730a2e459f8530de5b0ac38d58a67c7 100644 (file)
@@ -53,6 +53,7 @@ PKG_CHECK_MODULES(XI21, [xi >= 1.4.99.1] [inputproto >= 2.0.99.1],
 PKG_CHECK_MODULES(XI22, [xi >= 1.5.99.1] [inputproto >= 2.1.99.1],
                   AC_DEFINE(HAVE_XI22, 1, [XI2.2 available]));
 
 PKG_CHECK_MODULES(XI22, [xi >= 1.5.99.1] [inputproto >= 2.1.99.1],
                   AC_DEFINE(HAVE_XI22, 1, [XI2.2 available]));
 
-AC_OUTPUT([Makefile
+AC_CONFIG_FILES([Makefile
            src/Makefile
            man/Makefile])
            src/Makefile
            man/Makefile])
+AC_OUTPUT