summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-12-28 18:57:31 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-12-28 19:08:31 -0800
commit6e385b9711f9ac4808672528f8e856033b9cea06 (patch)
tree6b8d093c7bb6bf061129aff49a29b923a6a22e90
parentbe513b2f2f296cba566093f9533d51a5deaddab3 (diff)
downloadxorg-proto-printproto-6e385b9711f9ac4808672528f8e856033b9cea06.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 92d8638..b935c48 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,5 +17,6 @@ m4_ifndef([XORG_MACROS_VERSION],
XORG_MACROS_VERSION(1.3)
XORG_DEFAULT_OPTIONS
-AC_OUTPUT([Makefile
- printproto.pc])
+AC_CONFIG_FILES([Makefile
+ printproto.pc])
+AC_OUTPUT