summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2010-10-31 10:11:18 +0100
committerJan Engelhardt <jengelh@medozas.de>2010-10-31 10:11:18 +0100
commit32f4ea52b13641002854fe6abf65a16b2167d35e (patch)
tree18af0f6fcf013e74a288eabd204b4e6dd63e529d /configure.ac
parent825f9ea05225aa5b6c959df6611dd67ad4fb107b (diff)
build: use AC_OUTPUT
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f73f323..3831697 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,4 +23,6 @@ dnl Dependencies
PKG_CHECK_MODULES([LIBNFNETLINK], [libnfnetlink >= 0.0.41])
dnl Output the makefiles
-AC_OUTPUT(Makefile include/Makefile include/libnetfilter_queue/Makefile src/Makefile utils/Makefile libnetfilter_queue.pc doxygen.cfg)
+AC_CONFIG_FILES([Makefile include/Makefile include/libnetfilter_queue/Makefile
+ src/Makefile utils/Makefile libnetfilter_queue.pc doxygen.cfg])
+AC_OUTPUT