diff options
author | rbuj <[email protected]> | 2022-06-01 09:49:26 +0200 |
---|---|---|
committer | rbuj <[email protected]> | 2022-06-01 09:49:26 +0200 |
commit | 91cb104bb97b4d6fff932f7379a77c41412a1243 (patch) | |
tree | 34f1c76ac6a0e8e684c69b41ca96a2470f4b9f8e /configure.ac | |
parent | becf3036fb906ef0d7c5bdcf120bedc3ad9941e9 (diff) | |
download | mate-netbook-configure_220601.tar.bz2 mate-netbook-configure_220601.tar.xz |
build warning: AC_OUTPUT should be used without argumentsconfigure_220601
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 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 |