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 | f224e3227f889fb057b17b3358b486b24613bf44 (patch) | |
tree | 1f1b9814e6c0d9b56598b93d4c1bfd46a970df2f | |
parent | 4064b3e502ee35cf352071dfdf4410af97f28d81 (diff) |
config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r-- | configure.ac | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index a52e48e..e1a2ee4 100644 --- a/configure.ac +++ b/configure.ac @@ -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 |