[Pkg-privacy-commits] [nautilus-wipe] 69/224: Cleanup a bit configure script
Ulrike Uhlig
u-guest at moszumanska.debian.org
Thu Jul 7 19:45:35 UTC 2016
This is an automated email from the git hooks/post-receive script.
u-guest pushed a commit to branch master
in repository nautilus-wipe.
commit 9959a6b54d8de79e05617c188bca28b9afeaa800
Author: Colomban Wendling <ban at herbesfolles.org>
Date: Sun Mar 14 00:19:41 2010 +0100
Cleanup a bit configure script
* Removed some old, useless or unused stuff;
* Dropped GLib dependence to 2.10.
---
configure.ac | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/configure.ac b/configure.ac
index 37cd1b5..6e73a5e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,10 +9,6 @@ AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([-Wall -Werror])
AC_CONFIG_HEADERS([config.h])
-# hum, what's that exactly?
-# look at http://www.gnu.org/software/automake/manual/automake.html#index-AM_005fMAINTAINER_005fMODE-1001
-#~ AM_MAINTAINER_MODE
-
# Checks for programs.
AC_PROG_CC
# ?
@@ -20,10 +16,14 @@ AM_DISABLE_STATIC
AM_PROG_LIBTOOL
# Checks for libraries.
-# gtk_message_dialog_format_secondary_text() requires GTK >= 2.6
-# g_uri_unescape_string() requires GLib >= 2.16
+# 2.6 for gtk_message_dialog_format_secondary_text()
+# We use some newer functions, but we (should) only do so if available.
GTK_REQUIRED=2.6
-GLIB_REQUIRED=2.16
+# 2.10 to have the slice allocator (may be dropped if needed, but its probably a
+# acceptable dependency).
+# We use g_dngettext() (a 2.18 feature), but only conditionally if present.
+GLIB_REQUIRED=2.10
+# 2.4 for g_type_class_add_private()
GOBJECT_REQUIRED=2.4.0
GCONF_REQUIRED=2.0
NAUTILUS_EXTENSION=2.0
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/nautilus-wipe.git
More information about the Pkg-privacy-commits
mailing list