From dbbbec4088e9b0176b6baec890865666aed7de83 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Wed, 1 Sep 1999 02:48:14 +0000 Subject: [PATCH] * configure.in: Use AC_REPLACE_FUNCS to grab libguile/memmove.c if the system doesn't have memmove. Don't test for memmove and bcopy with AC_CHECK_FUNCS. * configure: Regenerated. --- configure | 4 ++-- configure.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure b/configure index 200c344f9..46d45d411 100755 --- a/configure +++ b/configure @@ -3247,7 +3247,7 @@ fi fi -for ac_func in ctermid ftime getcwd geteuid gettimeofday lstat mkdir mknod nice readlink rename rmdir select setegid seteuid setlocale setpgid setsid sigaction strftime strptime symlink sync tcgetpgrp tcsetpgrp times uname waitpid bzero strdup system usleep memmove bcopy atexit +for ac_func in ctermid ftime getcwd geteuid gettimeofday lstat mkdir mknod nice readlink rename rmdir select setegid seteuid setlocale setpgid setsid sigaction strftime strptime symlink sync tcgetpgrp tcsetpgrp times uname waitpid bzero strdup system usleep atexit do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:3254: checking for $ac_func" >&5 @@ -3817,7 +3817,7 @@ EOF fi fi -for ac_func in inet_aton putenv strerror +for ac_func in inet_aton putenv strerror memmove do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:3824: checking for $ac_func" >&5 diff --git a/configure.in b/configure.in index 0e68683e3..c74bd6b58 100644 --- a/configure.in +++ b/configure.in @@ -130,7 +130,7 @@ fi GUILE_DLSYM_USCORE -AC_CHECK_FUNCS(ctermid ftime getcwd geteuid gettimeofday lstat mkdir mknod nice readlink rename rmdir select setegid seteuid setlocale setpgid setsid sigaction strftime strptime symlink sync tcgetpgrp tcsetpgrp times uname waitpid bzero strdup system usleep memmove bcopy atexit) +AC_CHECK_FUNCS(ctermid ftime getcwd geteuid gettimeofday lstat mkdir mknod nice readlink rename rmdir select setegid seteuid setlocale setpgid setsid sigaction strftime strptime symlink sync tcgetpgrp tcsetpgrp times uname waitpid bzero strdup system usleep atexit) ### Some systems don't declare some functions. On such systems, we ### need to at least provide our own K&R-style declarations. @@ -236,7 +236,7 @@ if test "$ac_cv_header_regex_h" = yes || fi fi -AC_REPLACE_FUNCS(inet_aton putenv strerror) +AC_REPLACE_FUNCS(inet_aton putenv strerror memmove) # When testing for the presence of alloca, we need to add alloca.o # explicitly to LIBOBJS to make sure that it is translated to