summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2013-10-26 08:13:32 -0400
committerGaetan Nadon <memsize@videotron.ca>2013-10-26 08:13:32 -0400
commitc8f6712639bb2998013c1768d6f3fa8c907333b1 (patch)
tree19f5cfdec7c4cab52ec8ff4b14ace60b07f80f9e
parentdf1dfeaee913f6ce1f82189b90493c14cb011564 (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.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index a5db801..417b45b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@ m4_ifndef([XORG_MACROS_VERSION],
XORG_MACROS_VERSION(1.3)
XORG_DEFAULT_OPTIONS
-AC_OUTPUT([
- Makefile
- xbitmaps.pc
+AC_CONFIG_FILES([Makefile
+ xbitmaps.pc
])
+AC_OUTPUT