From f46db5f1f77c91bbe6b24a4ce44d810c126b1f57 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 31 Oct 2010 10:09:11 +0100 Subject: build: use AC_OUTPUT Signed-off-by: Jan Engelhardt --- configure.ac | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3