Mercurial > hg > octave-nkf
diff configure.in @ 1399:10866eff3b0f
[project @ 1995-09-15 02:15:56 by jwe]
author | jwe |
---|---|
date | Fri, 15 Sep 1995 02:15:56 +0000 |
parents | 79fa3ca52a05 |
children | f18474c64e72 |
line wrap: on
line diff
--- a/configure.in +++ b/configure.in @@ -20,7 +20,7 @@ ### along with Octave; see the file COPYING. If not, write to the Free ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -AC_REVISION($Revision: 1.134 $) +AC_REVISION($Revision: 1.135 $) AC_PREREQ(2.0) AC_INIT(src/octave.cc) AC_CONFIG_HEADER(config.h) @@ -598,6 +598,7 @@ 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 getrusage) +AC_CHECK_FUNCS(mkdir rmdir rename umask) ### There is more than one possible prototype for gettimeofday. See ### which one (if any) appears in sys/time.h.