1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-23 13:00:34 +02:00

* 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.
This commit is contained in:
Jim Blandy 1999-09-01 02:48:14 +00:00
parent 0780669549
commit dbbbec4088
2 changed files with 4 additions and 4 deletions

4
configure vendored
View file

@ -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

View file

@ -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