summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2013-10-28 08:08:55 -0400
committerGaetan Nadon <memsize@videotron.ca>2013-10-28 08:08:55 -0400
commit510924c747eee7607d8eb15a9e3a2cda6b6d9df2 (patch)
tree430f523b7cf358c42ffe09c143c5dd513e13cacf
parentb66fdf4a088593b19cd1d00b6b3faf850edc35c1 (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 829326b..df28e22 100644
--- a/configure.ac
+++ b/configure.ac
@@ -49,4 +49,5 @@ fi
XORG_FONTSUBDIR([ENCODINGSDIR], [encodingsdir], [encodings])
-AC_OUTPUT([Makefile large/Makefile])
+AC_CONFIG_FILES([Makefile large/Makefile])
+AC_OUTPUT