From 4f63896a7793bda7c57f51c64b6628fdeae4f21b Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Mon, 28 Oct 2013 08:08:54 -0400 Subject: 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 --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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=], [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 -- cgit v1.2.3