From fa02f5274b660b73e21b14d14b06f4dddcdf9512 Mon Sep 17 00:00:00 2001 From: Monsta Date: Sat, 2 Jan 2016 18:23:40 +0300 Subject: remove ancient mate-conf-import tool --- configure.ac | 9 --------- 1 file changed, 9 deletions(-) (limited to 'configure.ac') 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} -- cgit v1.2.1