summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2010-07-21 16:07:00 -0400
committerGaetan Nadon <memsize@videotron.ca>2010-07-21 19:57:41 -0400
commit66e614f7115efeec237b3b916d9637e8b3e8985c (patch)
treed1d693814ec1a38b586dd940f240b47a2d7840bb
parent16e5510c90ef1ba2bbaab78d18943f080b86d809 (diff)
config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r--configure.ac9
1 files changed, 5 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index ddad2467..765ef64c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -373,11 +373,12 @@ AC_MSG_NOTICE(
[Please install that driver as well for rage128-based cards.]
)
-AC_OUTPUT([
- Makefile
- src/Makefile
- man/Makefile
+AC_CONFIG_FILES([
+ Makefile
+ src/Makefile
+ man/Makefile
])
+AC_OUTPUT
dnl
dnl Output some configuration info for the user