summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2013-10-28 08:08:54 -0400
committerGaetan Nadon <memsize@videotron.ca>2013-10-28 08:08:54 -0400
commit6d0902be656a60ff6432c7cd6ba09c4fa0e565eb (patch)
treea6a8add43828d41ffcd5d9c87823a214e3512858
parent667f7f713904799a87f6ce236c7b691a31193ec7 (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 131c940..89b2f40 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,4 +44,5 @@ XORG_FONT_MACROS_VERSION(1.2)
XORG_FONTDIR([Type1])
XORG_FONT_SCALED_UTILS
-AC_OUTPUT([Makefile])
+AC_CONFIG_FILES([Makefile])
+AC_OUTPUT