From 36feee0291486009329ccfe253caf054d71c09a4 Mon Sep 17 00:00:00 2001 From: rbuj Date: Wed, 1 Jun 2022 10:01:50 +0200 Subject: build warning: AC_OUTPUT should be used without arguments --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index bfaf85a..9eb6d85 100644 --- a/configure.ac +++ b/configure.ac @@ -104,7 +104,7 @@ AS_IF([test "${enable_gtk_doc}" != no],[ ]) ]) -AC_OUTPUT([ +AC_CONFIG_FILES([ Makefile libcaja-python.caja-extension.desktop.in examples/Makefile @@ -114,6 +114,7 @@ AC_OUTPUT([ docs/reference/entities.docbook po/Makefile.in ]) +AC_OUTPUT echo " Configure summary: -- cgit v1.2.1