Whoops; configure wasn't looking for memmove.
authorPaul Smith <psmith@gnu.org>
Mon, 9 Sep 2002 21:20:41 +0000 (21:20 +0000)
committerPaul Smith <psmith@gnu.org>
Mon, 9 Sep 2002 21:20:41 +0000 (21:20 +0000)
ChangeLog
configure.in

index 55dfbc4bd46ed0215b696684fae205d9d4aa2411..d6006862dfa10a5b986e574175feb654b3e8c68b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,14 @@
+2002-09-09  Paul D. Smith  <psmith@gnu.org>
+
+       * configure.in: Check for memmove().
+
 2002-09-04  Paul D. Smith  <psmith@gnu.org>
 
        * implicit.c (pattern_search): Daniel <barkalow@reputation.com>
        reports that GNU make sometimes doesn't recognize that targets can
        be made, when directories can be created as prerequisites.  He
-       reports changing the order of predicates in the DEP->changed flag
-       test so that lookup_file() is always performed, solves this
+       reports that changing the order of predicates in the DEP->changed
+       flag test so that lookup_file() is always performed, solves this
        problem.
 
 2002-08-08  Paul D. Smith  <psmith@gnu.org>
index 4507f0ab12a8c82f6d882172c31c890e49923825..5abbad53120b4a6c83f9806b18d480af1de25e3d 100644 (file)
@@ -119,7 +119,7 @@ if test "$ac_cv_func_gettimeofday" = yes; then
            [Define if you have a standard gettimeofday function])
 fi
 
-AC_CHECK_FUNCS(        memcpy strchr strdup mkstemp mktemp fdopen \
+AC_CHECK_FUNCS(        memcpy memmove strchr strdup mkstemp mktemp fdopen \
                bsd_signal dup2 getcwd sigsetmask sigaction getgroups \
                seteuid setegid setlinebuf setreuid setregid setvbuf pipe \
                strerror strsignal)