# HG changeset patch # User jwe # Date 784411367 0 # Node ID b3692d63cca33adb6bcd8e0f6c6a37f0fcc2ec77 # Parent 6923bd0a6ea26d875bfa334ae03df7341dec4a06 [project @ 1994-11-09 20:02:47 by jwe] diff --git a/configure.in b/configure.in --- 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.71 $) +AC_REVISION($Revision: 1.72 $) AC_PREREQ(2.0) AC_INIT(src/octave.cc) AC_CONFIG_HEADER(config.h kpathsea/c-auto.h) @@ -512,8 +512,8 @@ ### Checks for functions. AC_CHECK_FUNCS(setvbuf getcwd gethostname bzero rindex vfprintf vsprintf) -AC_CHECK_FUNCS(stricmp strnicmp strcasecmp strncasecmp strerror) -AC_CHECK_FUNCS(atexit on_exit tempnam memmove putenv gettimeofday) +AC_CHECK_FUNCS(stricmp strnicmp strcasecmp strncasecmp strerror atexit) +AC_CHECK_FUNCS(on_exit tempnam memmove putenv gettimeofday getrusage) dnl Would like to get rid of this cruft, and just have dnl