From bd7a022058c5d4a59f5b87065bb1f4b45bbd6336 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Sat, 27 Jun 2009 21:58:59 +0000 Subject: Renovate AC_CONFIG usage. --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3