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
commit0dbd97fe7d411549aa343c25dab9c70087532727 (patch)
treef777cfdd64bd5fe42e4323447275a5f83a53e727
parentdfaa0b6391ebc32f4e81d8add053eabea44d0881 (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 f9d10eb..78c8e9f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -100,8 +100,9 @@ AC_SUBST([moduledir])
DRIVER_NAME=vmware
AC_SUBST([DRIVER_NAME])
-AC_OUTPUT([
- Makefile
- src/Makefile
- man/Makefile
+AC_CONFIG_FILES([
+ Makefile
+ src/Makefile
+ man/Makefile
])
+AC_OUTPUT