gnupg/m4 (ChangeLog ldap.m4 readline.m4)
cvs user dshaw
cvs at cvs.gnupg.org
Mon Mar 21 15:18:51 CET 2005
Date: Monday, March 21, 2005 @ 15:32:44
Author: dshaw
Path: /cvs/gnupg/gnupg/m4
Modified: ChangeLog ldap.m4 readline.m4
* readline.m4: Check for completion functionality.
* ldap.m4: Comments.
-------------+
ChangeLog | 6 ++++++
ldap.m4 | 11 ++++-------
readline.m4 | 2 ++
3 files changed, 12 insertions(+), 7 deletions(-)
Index: gnupg/m4/ChangeLog
diff -u gnupg/m4/ChangeLog:1.16 gnupg/m4/ChangeLog:1.17
--- gnupg/m4/ChangeLog:1.16 Thu Mar 17 05:05:14 2005
+++ gnupg/m4/ChangeLog Mon Mar 21 15:32:44 2005
@@ -1,3 +1,9 @@
+2005-03-21 David Shaw <dshaw at jabberwocky.com>
+
+ * readline.m4: Check for completion functionality.
+
+ * ldap.m4: Comments.
+
2005-03-16 David Shaw <dshaw at jabberwocky.com>
* ldap.m4: New. Moved from configure.ac.
Index: gnupg/m4/ldap.m4
diff -u gnupg/m4/ldap.m4:1.1 gnupg/m4/ldap.m4:1.2
--- gnupg/m4/ldap.m4:1.1 Thu Mar 17 05:05:14 2005
+++ gnupg/m4/ldap.m4 Mon Mar 21 15:32:44 2005
@@ -7,19 +7,16 @@
dnl that contains a configuration script generated by Autoconf, under
dnl the same distribution terms as the rest of that program.
dnl
-dnl Defines HAVE_LIBUSB to 1 if a working libusb setup is found, and sets
-dnl @LIBUSB@ to the necessary libraries. HAVE_USB_GET_BUSSES is set if
-dnl usb_get_busses() exists.
+dnl Defines @GPGKEYS_LDAP@ to a executable name if a working ldap
+dnl setup is found, and sets @LDAPLIBS@ to the necessary libraries.
AC_DEFUN([GNUPG_CHECK_LDAP],
[
# Try and link a LDAP test program to weed out unusable LDAP
# libraries. -lldap [-llber [-lresolv]] is for older OpenLDAPs.
# OpenLDAP, circa 1999, was terrible with creating weird dependencies.
-# This seems to have all been resolved, so I'm simplifying this code
-# significantly. If all else fails, the user can play
-# guess-the-dependency by using something like ./configure
-# LDAPLIBS="-Lfoo -lbar"
+# If all else fails, the user can play guess-the-dependency by using
+# something like ./configure LDAPLIBS="-Lfoo -lbar"
AC_ARG_WITH(ldap,
AC_HELP_STRING([--with-ldap=DIR],[look for the LDAP library in DIR]),
Index: gnupg/m4/readline.m4
diff -u gnupg/m4/readline.m4:1.2 gnupg/m4/readline.m4:1.3
--- gnupg/m4/readline.m4:1.2 Thu Dec 23 17:12:13 2004
+++ gnupg/m4/readline.m4 Mon Mar 21 15:32:44 2005
@@ -37,6 +37,8 @@
],[
add_history("foobar");
rl_catch_signals=0;
+rl_inhibit_completion=0;
+rl_attempted_completion_function=NULL;
]),_found_readline=yes,_found_readline=no)
AC_MSG_RESULT([$_found_readline])
More information about the Gnupg-commits
mailing list