From f3f8f9615ef9e2a4e255e4eac7e481a7253be54f Mon Sep 17 00:00:00 2001 From: rbuj Date: Wed, 1 Jun 2022 09:31:52 +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 75da513..b21dc98 100644 --- a/configure.ac +++ b/configure.ac @@ -336,7 +336,7 @@ AM_CONDITIONAL([USE_NLS], [test "x${USE_NLS}" = "xyes"]) DISABLE_DEPRECATED_CPPFLAGS="-DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED" AC_SUBST(DISABLE_DEPRECATED_CPPFLAGS) -AC_OUTPUT([ +AC_CONFIG_FILES([ Makefile sendto/org.mate.Caja.Sendto.gschema.xml open-terminal/org.mate.caja-open-terminal.gschema.xml @@ -366,6 +366,7 @@ AC_OUTPUT([ xattr-tags/Makefile po/Makefile.in ]) +AC_OUTPUT echo " Configure summary: -- cgit v1.2.1