summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2010-10-31 10:09:11 +0100
committerJan Engelhardt <jengelh@medozas.de>2010-10-31 10:09:11 +0100
commitf46db5f1f77c91bbe6b24a4ce44d810c126b1f57 (patch)
treeda77d31260f03bdd1cc4e2801bb55e4de69a1b93
parent01a7a3bddd5a6dd21cf23c2e8b097abd935ad15a (diff)
build: use AC_OUTPUT
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 91fd6d7..a7682ea 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,4 +22,6 @@ dnl--------------------------------
dnl Output the makefile
-AC_OUTPUT(Makefile src/Makefile include/Makefile include/libnfnetlink/Makefile utils/Makefile libnfnetlink.pc)
+AC_CONFIG_FILES([Makefile src/Makefile include/Makefile
+ include/libnfnetlink/Makefile utils/Makefile libnfnetlink.pc])
+AC_OUTPUT