config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
This commit is contained in:
Gaetan Nadon
2010-07-21 16:07:00 -04:00
parent cbdbe0198a
commit 068846f7fe

View File

@@ -67,8 +67,9 @@ AC_SUBST([moduledir])
DRIVER_NAME=suntcx
AC_SUBST([DRIVER_NAME])
AC_OUTPUT([
Makefile
src/Makefile
man/Makefile
AC_CONFIG_FILES([
Makefile
src/Makefile
man/Makefile
])
AC_OUTPUT