From 52562f5c4a9ff7189618b946ad3e2913bbf95acf Mon Sep 17 00:00:00 2001 From: rbuj Date: Wed, 1 Jun 2022 09:55:08 +0200 Subject: build warning: AC_OUTPUT should be used without arguments --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 458d9ac..c647eac 100644 --- a/configure.ac +++ b/configure.ac @@ -327,7 +327,7 @@ if test "x$enable_rebuilds" = "xyes" && \ fi AC_SUBST(REBUILD) -AC_OUTPUT([ +AC_CONFIG_FILES([ Makefile capplet/Makefile doc/Makefile @@ -343,6 +343,7 @@ mate-session/Makefile tools/Makefile po/Makefile.in ]) +AC_OUTPUT dnl --------------------------------------------------------------------------- dnl - Show summary -- cgit v1.2.1