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 33b562de1f
commit 278aaf299c

View File

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