Commit f7e68d16 authored by Gaetan Nadon's avatar Gaetan Nadon
Browse files

config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES


Signed-off-by: default avatarGaetan Nadon <memsize@videotron.ca>
parent 0ddf3575
......@@ -86,8 +86,9 @@ AC_SUBST([moduledir])
DRIVER_NAME=fbdev
AC_SUBST([DRIVER_NAME])
AC_OUTPUT([
Makefile
src/Makefile
man/Makefile
AC_CONFIG_FILES([
Makefile
src/Makefile
man/Makefile
])
AC_OUTPUT
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment