diff options
author | rbuj <[email protected]> | 2022-06-01 09:57:56 +0200 |
---|---|---|
committer | mouse <[email protected]> | 2022-06-22 16:17:14 +0800 |
commit | b5ed902ae754dce0c6723290deb5bf2e9cd44560 (patch) | |
tree | c688cec947be33937fa1e58745ec35cd88be2a2e | |
parent | ba311c28ea3f1c03a485e8adb90dbf79cfd4d817 (diff) | |
download | mate-settings-daemon-b5ed902ae754dce0c6723290deb5bf2e9cd44560.tar.bz2 mate-settings-daemon-b5ed902ae754dce0c6723290deb5bf2e9cd44560.tar.xz |
build warning: AC_OUTPUT should be used without arguments
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 5e2af2a..e03008d 100644 --- a/configure.ac +++ b/configure.ac @@ -407,7 +407,7 @@ dnl --------------------------------------------------------------------------- dnl - Finish dnl --------------------------------------------------------------------------- -AC_OUTPUT([ +AC_CONFIG_FILES([ Makefile mate-settings-daemon/Makefile plugins/Makefile @@ -463,6 +463,7 @@ data/org.mate.SettingsDaemon.plugins.xsettings.gschema.xml data/org.mate.SettingsDaemon.plugins.gschema.xml po/Makefile.in ]) +AC_OUTPUT dnl --------------------------------------------------------------------------- dnl - Show summary |