changeset 903:b3692d63cca3

[project @ 1994-11-09 20:02:47 by jwe]
author jwe
date Wed, 09 Nov 1994 20:02:47 +0000
parents 6923bd0a6ea2
children 3470f1e25a79
files configure.in
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Wed Nov 09 19:55:36 1994 +0000
+++ b/configure.in	Wed Nov 09 20:02:47 1994 +0000
@@ -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