summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2013-10-26 09:42:05 -0400
committerGaetan Nadon <memsize@videotron.ca>2013-10-26 09:42:05 -0400
commit67ccebd2cb05a329273546060df70ad1433bbb16 (patch)
treeb26f74fd16eabfa0e226cf0cc2331a0812b32629
parentb6c6bc2aa4b83f8763c75c90e6671052272a2af2 (diff)
downloadxorg-proto-fixesproto-67ccebd2cb05a329273546060df70ad1433bbb16.tar.gz
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 9b4110f..9829a61 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,6 +32,7 @@ m4_ifndef([XORG_MACROS_VERSION],
XORG_MACROS_VERSION(1.3)
XORG_DEFAULT_OPTIONS
-AC_OUTPUT([Makefile
+AC_CONFIG_FILES([Makefile
fixesproto.pc])
+AC_OUTPUT