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 | 18ee3aa1b7a4c9de9cc705cb10e05864d3ab6406 (patch) | |
tree | be6771f6f7ec738d13f9b409cfcf58055ff91193 /configure.ac | |
parent | d061e00d4d09e8fbecc8bad95354551d36197dd4 (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 5940ec6..7bf67e2 100644 --- a/configure.ac +++ b/configure.ac @@ -222,8 +222,9 @@ AC_MSG_NOTICE( [ git://anongit.freedesktop.org/git/xorg/driver/xf86-video-ati] ) -AC_OUTPUT([ - Makefile - src/Makefile - man/Makefile +AC_CONFIG_FILES([ + Makefile + src/Makefile + man/Makefile ]) +AC_OUTPUT |