From 91cb104bb97b4d6fff932f7379a77c41412a1243 Mon Sep 17 00:00:00 2001 From: rbuj Date: Wed, 1 Jun 2022 09:49:26 +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 91135a3..8437f4e 100644 --- a/configure.ac +++ b/configure.ac @@ -56,7 +56,7 @@ AC_SUBST(MATEWINDOWPICKER_DEPS_LIBS) GLIB_GSETTINGS -AC_OUTPUT([ +AC_CONFIG_FILES([ Makefile maximus/Makefile maximus/org.mate.maximus.gschema.xml @@ -64,6 +64,7 @@ mate-window-picker-applet/Makefile mate-window-picker-applet/org.mate.panel.applet.mate-window-picker-applet.gschema.xml po/Makefile.in ]) +AC_OUTPUT dnl --------------------------------------------------------------------------- dnl - Show summary -- cgit v1.2.1