summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-12-28 17:53:22 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-12-28 17:53:22 -0800
commit9e9b74b7b6ba9427fdae736093263f87e098ae59 (patch)
tree18df4ee145f3b6dfebec51b1bde09f8dfce9ca09
parent7df615d96ea2204b3922bf0600a55cbe661b3d69 (diff)
downloadxorg-proto-dmxproto-9e9b74b7b6ba9427fdae736093263f87e098ae59.tar.gz
config: Replace obsolete usage of AC_OUTPUT with AC_CONFIG_FILES
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index e4442dd..2260553 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,5 +18,6 @@ m4_ifndef([XORG_MACROS_VERSION],
XORG_MACROS_VERSION(1.3)
XORG_DEFAULT_OPTIONS
-AC_OUTPUT([Makefile
- dmxproto.pc])
+AC_CONFIG_FILES([Makefile
+ dmxproto.pc])
+AC_OUTPUT