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
commite1811017d61a0400351c5bcdbd195d1031945f83 (patch)
treebeb926b5f51c7a778657bd0a4a05b5dafbac6bbf
parentbf0b2812b020cd338cba2e235132b97021a6f9e3 (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 b78fe98..6777d7b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -56,4 +56,5 @@ XORG_FONTSUBDIR([TTFFONTDIR], [ttf-fontdir], [TTF])
XORG_FONTSUBDIR([OTFFONTDIR], [otf-fontdir], [OTF])
XORG_FONT_SCALED_UTILS
-AC_OUTPUT([Makefile])
+AC_CONFIG_FILES([Makefile])
+AC_OUTPUT