diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-07-21 16:07:00 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-07-21 16:07:00 -0400 |
commit | 5cdb9326ab19da691f4a417def47fd0c869cefb7 (patch) | |
tree | cc422a380441039c6db267ac8f963aed982fa021 /configure.ac | |
parent | 987c55bc8f69551eea917fba94827ac31c04a49f (diff) |
config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index df8c6c5..d1bb0ba 100644 --- a/configure.ac +++ b/configure.ac @@ -91,8 +91,9 @@ AC_SUBST([moduledir]) DRIVER_NAME=siliconmotion AC_SUBST([DRIVER_NAME]) -AC_OUTPUT([ - Makefile - src/Makefile - man/Makefile +AC_CONFIG_FILES([ + Makefile + src/Makefile + man/Makefile ]) +AC_OUTPUT |