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
commitdc3aa8092be4ccc5add3f2ffa5e4e6a50bc15748 (patch)
tree6f239acdd2d11fd600ffcac5d968f177f9e6717e
parentb0f9f605b94246ecf20e841db85f17fa4b9f2a7c (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 6d91c5e..d9a711d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -42,4 +42,5 @@ XORG_FONT_MACROS_VERSION(1.2)
XORG_FONTDIR([Speedo])
XORG_FONT_SCALED_UTILS
-AC_OUTPUT([Makefile])
+AC_CONFIG_FILES([Makefile])
+AC_OUTPUT