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
commit20b9aca25c9466bafffdf3a35de6ac4c9f5f511e (patch)
tree6b0c5241df1b4e8859405edafc88a9818114a895
parentf719f92d34465bc73a7332a233dae79675e9f788 (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 be92337..53f0821 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,4 +44,5 @@ XORG_FONT_MACROS_VERSION(1.2)
XORG_FONTDIR([OTF])
XORG_FONT_SCALED_UTILS
-AC_OUTPUT([Makefile])
+AC_CONFIG_FILES([Makefile])
+AC_OUTPUT