diff options
author | Monsta <[email protected]> | 2016-01-02 18:23:40 +0300 |
---|---|---|
committer | Monsta <[email protected]> | 2016-01-02 18:23:40 +0300 |
commit | fa02f5274b660b73e21b14d14b06f4dddcdf9512 (patch) | |
tree | 5ce8f0c65e60f128fa9435bf32a1224ed21a3f15 /configure.ac | |
parent | f8fe03128a80524511885f9501fc3224a49bc348 (diff) | |
download | mate-desktop-fa02f5274b660b73e21b14d14b06f4dddcdf9512.tar.bz2 mate-desktop-fa02f5274b660b73e21b14d14b06f4dddcdf9512.tar.xz |
remove ancient mate-conf-import tool
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac index dd3e9d5..4e01747 100644 --- a/configure.ac +++ b/configure.ac @@ -92,13 +92,6 @@ AC_ARG_ENABLE([mate-about], AM_CONDITIONAL(MATE_ABOUT_ENABLED, test "x$enable_mate_about" = "xyes") -# Install tool to migrate 1.4 MateConf settings -AC_ARG_ENABLE([mate-conf-import], - [AS_HELP_STRING([--enable-mate-conf-import],[install mate-conf-import tool])],, - [enable_mate_conf_import=no]) -AM_CONDITIONAL(MATE_CONF_IMPORT_ENABLED, test "x$enable_mate_conf_import" = "xyes") - - # Install tool to paste text to paste.mate-desktop.org AC_ARG_ENABLE([mpaste], [AS_HELP_STRING([--enable-mpaste],[install mpaste tool])],, @@ -317,7 +310,6 @@ schemas/org.mate.thumbnailers.gschema.xml schemas/org.mate.typing-break.gschema.xml man/Makefile tools/mate-color-select.desktop.in -tools/mate-conf-import.desktop.in tools/Makefile icons/Makefile ]) @@ -348,7 +340,6 @@ mate-desktop $VERSION Gtk+ version: ${GTK_API_VERSION} Build mate-about: ${enable_mate_about} - Install mate-conf-import: ${enable_mate_conf_import} Install mpaste: ${enable_mpaste} Use external pnp.ids: ${EXTERNAL_PNP_IDS} Startup notification support: ${have_startup_notification} |