summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2013-10-28 08:08:54 -0400
committerGaetan Nadon <memsize@videotron.ca>2013-10-28 08:08:54 -0400
commit4f63896a7793bda7c57f51c64b6628fdeae4f21b (patch)
tree6d9251cb31f256ef357c5e94e5a4aa0b85affc53
parent347a616283b8e96120e8d8a95558c6204b8eecd2 (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>
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index afb7ae9..873d888 100644
--- a/configure.ac
+++ b/configure.ac
@@ -48,8 +48,9 @@ AC_ARG_WITH(top-fontdir, AC_HELP_STRING([--with-top-fontdir=<pathname>],
[AC_MSG_ERROR([--with-top-fontdir is obsolete, use --with-fontrootdir instead])])
-AC_OUTPUT([Makefile
+AC_CONFIG_FILES([Makefile
100dpi/Makefile
75dpi/Makefile
cyrillic/Makefile
misc/Makefile])
+AC_OUTPUT