summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2013-11-05 09:06:57 -0500
committerGaetan Nadon <memsize@videotron.ca>2013-11-13 07:48:27 -0500
commitbad9370af5f7c50541a4898b8ad10c9d0168dc14 (patch)
treef2d92fb6cdef2515574e843b0b06c390a07bc5df
parent5eec069b69c94eed75586c1d98aedfd7031714b8 (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 2363d30..e14d0a6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,5 +9,6 @@ m4_ifndef([XORG_MACROS_VERSION],
XORG_MACROS_VERSION(1.3)
XORG_DEFAULT_OPTIONS
-AC_OUTPUT([Makefile
+AC_CONFIG_FILES([Makefile
presentproto.pc])
+AC_OUTPUT