Mercurial > hg > octave-avbm
changeset 966:357d3050a279
[project @ 1994-12-09 23:07:37 by jwe]
author | jwe |
---|---|
date | Fri, 09 Dec 1994 23:07:37 +0000 |
parents | 141d2abb71de |
children | b228d6cd59a1 |
files | configure.in |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in +++ b/configure.in @@ -21,7 +21,7 @@ ### along with Octave; see the file COPYING. If not, write to the Free ### Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. -AC_REVISION($Revision: 1.77 $) +AC_REVISION($Revision: 1.78 $) AC_PREREQ(2.0) AC_INIT(src/octave.cc) AC_CONFIG_HEADER(config.h kpathsea/c-auto.h) @@ -522,7 +522,7 @@ ### Checks for functions. -AC_CHECK_FUNCS(setvbuf getcwd gethostname bzero rindex vfprintf vsprintf) +AC_CHECK_FUNCS(setvbuf getcwd gethostname bzero bcopy rindex vfprintf vsprintf) AC_CHECK_FUNCS(stricmp strnicmp strcasecmp strncasecmp strerror atexit) AC_CHECK_FUNCS(on_exit tempnam memmove putenv gettimeofday getrusage)