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 4064b3e502
commit f224e3227f

View File

@@ -81,7 +81,8 @@ AC_SUBST([moduledir])
DRIVER_NAME=nv
AC_SUBST([DRIVER_NAME])
AC_OUTPUT([
Makefile
src/Makefile
AC_CONFIG_FILES([
Makefile
src/Makefile
])
AC_OUTPUT