gnupg (ChangeLog configure.ac)

cvs user dshaw cvs at cvs.gnupg.org
Tue Apr 12 17:54:56 CEST 2005


    Date: Tuesday, April 12, 2005 @ 18:11:04
  Author: dshaw
    Path: /cvs/gnupg/gnupg

Modified: ChangeLog configure.ac

Check for memrchr()


--------------+
 ChangeLog    |    4 ++++
 configure.ac |    5 ++---
 2 files changed, 6 insertions(+), 3 deletions(-)


Index: gnupg/ChangeLog
diff -u gnupg/ChangeLog:1.246 gnupg/ChangeLog:1.247
--- gnupg/ChangeLog:1.246	Tue Apr  5 19:09:13 2005
+++ gnupg/ChangeLog	Tue Apr 12 18:11:03 2005
@@ -1,3 +1,7 @@
+2005-04-12  David Shaw  <dshaw at jabberwocky.com>
+
+	* configure.ac: Check for memrchr()
+
 2005-03-31  Werner Koch  <wk at g10code.com>
 
 	* configure.ac: New option --disable-agent-support. Define
Index: gnupg/configure.ac
diff -u gnupg/configure.ac:1.138 gnupg/configure.ac:1.139
--- gnupg/configure.ac:1.138	Tue Apr  5 19:09:12 2005
+++ gnupg/configure.ac	Tue Apr 12 18:11:03 2005
@@ -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.138 $)dnl
+dnlAC_REVISION($Revision: 1.139 $)dnl
 
 AC_PREREQ(2.59)
 min_automake_version="1.9.3"
@@ -863,8 +863,7 @@
 AC_CHECK_FUNCS(memmove gettimeofday getrusage setrlimit clock_gettime)
 AC_CHECK_FUNCS(atexit raise getpagesize strftime nl_langinfo setlocale)
 AC_CHECK_FUNCS(waitpid wait4 sigaction sigprocmask rand pipe stat getaddrinfo)
-AC_REPLACE_FUNCS(mkdtemp timegm)
-AC_REPLACE_FUNCS(isascii)
+AC_REPLACE_FUNCS(mkdtemp timegm isascii memrchr)
 
 AC_CHECK_TYPES([struct sigaction, sigset_t],,,[#include <signal.h>])
 




More information about the Gnupg-commits mailing list