summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-01-29 10:48:47 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-01-29 10:48:47 -0800
commit303aa90258f0ceff98e389b226860f0d0afe4c12 (patch)
tree007f5956ab3eaf0fe5d84ebb05de5dc5d3145794
parent43f7a9381d0c056ee2a3da193fa8d953e5881dcc (diff)
config: Replace obsolete argument to AC_OUTPUT with AC_CONFIG_FILES
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1f87ef8..5205339 100644
--- a/configure.ac
+++ b/configure.ac
@@ -41,4 +41,5 @@ XORG_DEFAULT_OPTIONS
# Checks for pkg-config packages
PKG_CHECK_MODULES(XPR, xmuu x11)
-AC_OUTPUT([Makefile])
+AC_CONFIG_FILES([Makefile])
+AC_OUTPUT