From 81e549c8870e19a379bc999e4f7f7faa7b8042c6 Mon Sep 17 00:00:00 2001 From: rbuj Date: Wed, 1 Jun 2022 09:26:58 +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 6e6923cf..7ec1b1e0 100644 --- a/configure.ac +++ b/configure.ac @@ -293,7 +293,7 @@ if test "x$enable_rebuilds" = "xyes" && \ fi AC_SUBST(REBUILD) -AC_OUTPUT([ +AC_CONFIG_FILES([ Makefile data/Makefile data/theme/Makefile @@ -343,6 +343,7 @@ help/mate-clock/Makefile help/mate-fish/Makefile man/Makefile ]) +AC_OUTPUT if echo foo | xgettext --from-code=UTF-8 -LC -o - - 2>/dev/null ; then :; -- cgit v1.2.1