summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-06-04 21:23:33 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-06-04 21:24:18 -0700
commit7718a63128381dc22021e9a7bee5a477771d1be0 (patch)
tree371076d5f0076feb0de899b7575590810f7ee853
parent0df68dd170d1be2fbd5e87329164dae97fb18ad6 (diff)
config: Use AC_CONFIG_FILES to list output files instead of AC_OUTPUT
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 be4d80c..a0e912a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -39,4 +39,5 @@ XORG_PROG_RAWCPP
XORG_MANPAGE_SECTIONS
XORG_RELEASE_VERSION
-AC_OUTPUT([Makefile])
+AC_CONFIG_FILES([Makefile])
+AC_OUTPUT