summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2016-08-01 12:46:43 +0200
committerOndrej Holy <oholy@redhat.com>2016-10-03 16:16:55 +0200
commit2f28fa49cfeb1c82927a1c7c0021b15e2742149f (patch)
treeac03edc320146c49f4e3d6bfc46ba79325ecd8cd /configure.ac
parent078588c4698742eb8c3308275f5bc457f72b2302 (diff)
downloadgvfs-2f28fa49cfeb1c82927a1c7c0021b15e2742149f.tar.gz
programs: Deprecate gvfs utils in favour of new gio tool
New gio cmd tool has been added in GLib. The tool collects and unifies the various gvfs- utils. The gvfs- utils use GIO APIs anyway, so it makes sense for them to be part of GLib and doesn't longer make sense to maintain them here. Let's remove them and add scripts spawning new gio tool with deprecation warning instead. https://bugzilla.gnome.org/show_bug.cgi?id=769378
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac23
1 files changed, 1 insertions, 22 deletions
diff --git a/configure.ac b/configure.ac
index a38f8eec..43b60873 100644
--- a/configure.ac
+++ b/configure.ac
@@ -61,7 +61,7 @@ GTK_DOC_CHECK
DISTCHECK_CONFIGURE_FLAGS="--enable-gtk-doc"
AC_SUBST(DISTCHECK_CONFIGURE_FLAGS)
-PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.49.3 gobject-2.0 gmodule-no-export-2.0 gio-unix-2.0 gio-2.0])
+PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.49.4 gobject-2.0 gmodule-no-export-2.0 gio-unix-2.0 gio-2.0])
PKG_CHECK_MODULES([DBUS], [dbus-1])
@@ -763,25 +763,6 @@ AC_CHECK_DECL(_NL_ADDRESS_COUNTRY_AB3,
AC_DEFINE(HAVE_NL_ADDRESS_COUNTRY_AB3, 1, Define to 1 if _NL_ADDRESS_COUNTRY_AB3 is declared),,
[#include <langinfo.h>])
-dnl Install bash-completion file?
-AC_ARG_ENABLE([bash-completion],
- [AS_HELP_STRING([--disable-bash-completion],
- [build without bash-completion support])],
- [msg_bash_completion=$enableval],
- [msg_bash_completion=yes])
-if test "x$enable_bash_completion" != "xno"; then
- msg_bash_completion=yes
-fi
-AM_CONDITIONAL([ENABLE_BASHCOMP], [test "$msg_bash_completion" = "yes"])
-
-AC_ARG_WITH([bash-completion-dir],
- [AS_HELP_STRING([--with-bash-completion-dir=PATH],
- [choose directory for bash-completion file (default=DATADIR/bash-completion/completions)])],
- [with_bashcomp_dir=$withval],
- [with_bashcomp_dir=$datadir/bash-completion/completions])
-BASHCOMP_DIR=$with_bashcomp_dir
-AC_SUBST(BASHCOMP_DIR)
-
dnl ==========================================================================
dnl Globally define_GNU_SOURCE and therefore enable the GNU extensions
@@ -939,7 +920,6 @@ monitor/afc/Makefile
monitor/mtp/Makefile
monitor/goa/Makefile
programs/Makefile
-programs/completion/Makefile
man/Makefile
test/Makefile
po/Makefile.in
@@ -976,7 +956,6 @@ echo "
Use GCR: $msg_gcr
GNOME Keyring support: $msg_keyring
GTK+ support: $msg_gtk
- Bash-completion support: $msg_bash_completion
Installed tests: $msg_installed_tests
"