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
commitd6ae7a04aa95f24ca4d347a5d105a28f5d657329 (patch)
treeeb002dd054971adf4ac14cf509c8d4e1a6408c28
parentff90415ecbe3460fdf0ef03ca0c4b14e0b426109 (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 f80d026..dc86cf1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,4 +44,5 @@ XORG_FONT_MACROS_VERSION(1.2)
XORG_FONTDIR([misc])
XORG_FONT_BDF_UTILS
-AC_OUTPUT([Makefile])
+AC_CONFIG_FILES([Makefile])
+AC_OUTPUT