diff options
author | rbuj <[email protected]> | 2022-06-01 09:44:42 +0200 |
---|---|---|
committer | mbkma <[email protected]> | 2022-07-22 08:52:02 +0200 |
commit | c92c0bcbc08f96c39e99a40a50f2763b214a5065 (patch) | |
tree | c6b8c2c2f0bbd8ad41901803bc0b20ae1519be57 /configure.ac | |
parent | f3106f4ce8ff63c97cb3800c5830a3b83e59df56 (diff) | |
download | mate-menus-c92c0bcbc08f96c39e99a40a50f2763b214a5065.tar.bz2 mate-menus-c92c0bcbc08f96c39e99a40a50f2763b214a5065.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 6448195..a8e78a1 100644 --- a/configure.ac +++ b/configure.ac @@ -76,7 +76,7 @@ AC_SUBST(DEBUG_CFLAGS) GOBJECT_INTROSPECTION_CHECK([0.6.7]) -AC_OUTPUT([ +AC_CONFIG_FILES([ Makefile libmenu/Makefile libmenu/libmate-menu.pc @@ -86,6 +86,7 @@ desktop-directories/Makefile util/Makefile po/Makefile.in ]) +AC_OUTPUT dnl --------------------------------------------------------------------------- dnl - Show summary |