summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2009-06-27 21:59:01 +0000
committerRalf Baechle <ralf@linux-mips.org>2009-06-27 21:59:01 +0000
commit3ac73eff216f78a6bbd0fee0052685d0cbc4f911 (patch)
tree1fe47220e017055f2b4f6e0e82c26ec981732308
parentcbb5863937fb869ef7c6c24aa689c874c47f17e4 (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 6491b40..e543c1f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -60,5 +60,6 @@ if test "x$GCC" = "xyes"; then
fi
fi
-AC_OUTPUT(call/Makefile ax25ipd/Makefile listen/Makefile Makefile ax25rtd/Makefile ax25mond/Makefile)
+AC_CONFIG_FILES([call/Makefile ax25ipd/Makefile listen/Makefile Makefile ax25rtd/Makefile ax25mond/Makefile])
+AC_OUTPUT