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>
This commit is contained in:
Gaetan Nadon 2013-10-26 09:42:05 -04:00
parent 81e4d4ec53
commit d84789dc33

View file

@ -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
fontsproto.pc])
AC_OUTPUT