summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2010-07-21 16:07:00 -0400
committerGaetan Nadon <memsize@videotron.ca>2010-07-21 16:07:00 -0400
commit41a59f565b92f2175c96595428c03293cb7e8d34 (patch)
tree937951ab2cce38a0b402c9bd23784885cc3d6cc4
parentaaef5ae3fb37797ef2c521a33c0f5b6e7462cecd (diff)
config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r--configure.ac9
1 files changed, 5 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index f1d9aa0..c673371 100644
--- a/configure.ac
+++ b/configure.ac
@@ -135,8 +135,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