changeset 10243:8cea060a6c85

configure.ac: remove obsolete function checks
author John W. Eaton <jwe@octave.org>
date Tue, 02 Feb 2010 02:37:56 -0500
parents 4acae5e46738
children b0485f5a921e
files ChangeLog configure.ac
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Feb 01 10:44:32 2010 +0100
+++ b/ChangeLog	Tue Feb 02 02:37:56 2010 -0500
@@ -1,3 +1,7 @@
+2010-02-02  John W. Eaton  <jwe@octave.org>
+
+	* configure.ac: Don't check for bcopy, bzero, or memmove.
+
 2010-02-02  John W. Eaton  <jwe@octave.org>
 
 	* bootstrap.conf (gnulib_modules): Include sys_time, sys_times,
--- a/configure.ac	Mon Feb 01 10:44:32 2010 +0100
+++ b/configure.ac	Tue Feb 02 02:37:56 2010 -0500
@@ -1495,12 +1495,12 @@
 
 ### Checks for functions and variables.
 
-AC_CHECK_FUNCS(atexit basename bcopy bzero canonicalize_file_name \
+AC_CHECK_FUNCS(atexit basename canonicalize_file_name \
   chmod dup2 endgrent endpwent execvp expm1 expm1f fcntl fork getcwd \
   getegid geteuid getgid getgrent getgrgid getgrnam getpgrp getpid \
   getppid getpwent getpwuid getuid getwd _kbhit kill \
   lgamma lgammaf lgamma_r lgammaf_r localtime_r log1p log1pf \
-  memmove mkstemp on_exit pipe poll putenv raise \
+  mkstemp on_exit pipe poll putenv raise \
   realpath resolvepath rindex roundl select setgrent setlocale \
   setpwent setvbuf sigaction siglongjmp sigpending sigprocmask sigsuspend \
   snprintf strdup strerror strsignal tempnam tgammaf trunc umask \