build: use AC_OUTPUT
authorJan Engelhardt <jengelh@medozas.de>
Sun, 31 Oct 2010 09:11:18 +0000 (10:11 +0100)
committerr.kubiak <r.kubiak@samsung.com>
Mon, 16 Nov 2015 13:12:06 +0000 (14:12 +0100)
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
configure.ac

index f73f323..3831697 100644 (file)
@@ -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