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 16:07:00 -0400
commit896ed2af07f113326e923b9b2c9a9069975444c0 (patch)
tree8e7862fc5acfe5b8877b0dc4e1ffd99c2bf9e58b
parent30b6c93f9546c917ccc25c208efa46629e6a59b0 (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 d59afa2..618b3a7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -84,8 +84,9 @@ AC_SUBST([moduledir])
DRIVER_NAME=rendition
AC_SUBST([DRIVER_NAME])
-AC_OUTPUT([
- Makefile
- src/Makefile
- man/Makefile
+AC_CONFIG_FILES([
+ Makefile
+ src/Makefile
+ man/Makefile
])
+AC_OUTPUT