diff options
author | rbuj <[email protected]> | 2022-06-01 09:26:58 +0200 |
---|---|---|
committer | Luke from DC <[email protected]> | 2022-06-01 18:00:37 +0000 |
commit | 81e549c8870e19a379bc999e4f7f7faa7b8042c6 (patch) | |
tree | 117f2fcaaaca71312cd83df7735619e3b385869c /configure.ac | |
parent | 38e00280e9d17282717595a05411736a308804c0 (diff) | |
download | mate-panel-81e549c8870e19a379bc999e4f7f7faa7b8042c6.tar.bz2 mate-panel-81e549c8870e19a379bc999e4f7f7faa7b8042c6.tar.xz |
build warning: AC_OUTPUT should be used without arguments
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
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 :; |