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
commitf52267ebc45cddaec90e32502b146d910e3e436c (patch)
tree03b15617c02900d852b42a770dcc5eaf3c51db01
parent8dc31288ab17bbae52a9bfe8d0ecb11a24d02ab3 (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 231ef03..e1c4a2d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -67,8 +67,9 @@ AC_SUBST([moduledir])
DRIVER_NAME=suncg3
AC_SUBST([DRIVER_NAME])
-AC_OUTPUT([
- Makefile
- src/Makefile
- man/Makefile
+AC_CONFIG_FILES([
+ Makefile
+ src/Makefile
+ man/Makefile
])
+AC_OUTPUT