gnupg (ChangeLog configure.ac)

cvs user dshaw cvs at cvs.gnupg.org
Sat Dec 18 23:34:50 CET 2004


    Date: Saturday, December 18, 2004 @ 23:39:31
  Author: dshaw
    Path: /cvs/gnupg/gnupg

Modified: ChangeLog configure.ac

Oddly commit missed this one.

* configure.ac: Call the new GNUPG_CHECK_READLINE macro for readline
stuff.


--------------+
 ChangeLog    |    5 +++++
 configure.ac |   18 ++----------------
 2 files changed, 7 insertions(+), 16 deletions(-)


Index: gnupg/ChangeLog
diff -u gnupg/ChangeLog:1.225 gnupg/ChangeLog:1.226
--- gnupg/ChangeLog:1.225	Sat Dec 18 00:07:59 2004
+++ gnupg/ChangeLog	Sat Dec 18 23:39:31 2004
@@ -1,3 +1,8 @@
+2004-12-18  David Shaw  <dshaw at jabberwocky.com>
+
+	* configure.ac: Call the new GNUPG_CHECK_READLINE macro for
+	readline stuff.
+
 2004-12-17  David Shaw  <dshaw at jabberwocky.com>
 
 	* configure.ac: Add a --with-ldap=DIR so people can add to the
Index: gnupg/configure.ac
diff -u gnupg/configure.ac:1.118 gnupg/configure.ac:1.119
--- gnupg/configure.ac:1.118	Sat Dec 18 00:07:59 2004
+++ gnupg/configure.ac	Sat Dec 18 23:39:31 2004
@@ -19,7 +19,7 @@
 dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
 dnl
 dnl (Process this file with autoconf to produce a configure script.)
-dnlAC_REVISION($Revision: 1.118 $)dnl
+dnlAC_REVISION($Revision: 1.119 $)dnl
 
 AC_PREREQ(2.59)
 min_automake_version="1.9.3"
@@ -116,14 +116,6 @@
               card_support=$enableval, card_support=yes)
 AC_MSG_RESULT($card_support)
 
-AC_MSG_CHECKING([whether readline support is requested])
-AC_ARG_WITH(readline,
-              AC_HELP_STRING([--without-readline],
-                             [do not support fancy command line editing]),
-              [readline_support="$withval"], [readline_support=yes])  
-case "$readline_support" in yes);; no);; *)readline_support=yes;; esac
-AC_MSG_RESULT($readline_support)
-
 AC_MSG_CHECKING([whether the new iconv based code is requested])
 AC_ARG_ENABLE(gnupg-iconv,
               AC_HELP_STRING([--disable-gnupg-iconv],
@@ -1176,14 +1168,8 @@
 AC_SUBST(LIBUSB_LIBS)
 AC_CHECK_FUNCS(usb_get_busses)
 
-#
 # Check for readline support
-#
-if test "$readline_support" = yes ; then
-    AC_CHECK_LIB(readline, add_history)
-    AC_CHECK_HEADERS([readline/readline.h])
-fi
-
+GNUPG_CHECK_READLINE
 
 # Allow users to append something to the version string without
 # flagging it as development version.  The user version parts is




More information about the Gnupg-commits mailing list