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 | d84789dc33b8e8d284f2876b6067906183ac4253 (patch) | |
tree | 97c508dc3b3723ccdd0c0d33606137259e854e20 /configure.ac | |
parent | 81e4d4ec53f1f3848ff269fe476c3a1d35d93aef (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 4334a03..1a4f44a 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 fontsproto.pc]) +AC_OUTPUT |