summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2009-06-27 21:58:59 +0000
committerRalf Baechle <ralf@linux-mips.org>2009-06-27 21:58:59 +0000
commitbd7a022058c5d4a59f5b87065bb1f4b45bbd6336 (patch)
tree5c714eceb4724caa38b3daf9a4d24480098223f9
parent6172ad0acb5dd44a0f8d963ff7e071be9fb2465c (diff)
Renovate AC_CONFIG usage.
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e90729e..cb53cf6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -62,4 +62,5 @@ if test "x$GCC" = "xyes"; then
fi
dnl Checks for library functions.
-AC_OUTPUT(Makefile)
+AC_CONFIG_FILES([Makefile])
+AC_OUTPUT