summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbuj <[email protected]>2022-06-01 09:26:58 +0200
committerLuke from DC <[email protected]>2022-06-01 18:00:37 +0000
commit81e549c8870e19a379bc999e4f7f7faa7b8042c6 (patch)
tree117f2fcaaaca71312cd83df7735619e3b385869c
parent38e00280e9d17282717595a05411736a308804c0 (diff)
downloadmate-panel-81e549c8870e19a379bc999e4f7f7faa7b8042c6.tar.bz2
mate-panel-81e549c8870e19a379bc999e4f7f7faa7b8042c6.tar.xz
build warning: AC_OUTPUT should be used without arguments
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
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
:;