Mercurial > hg > octave-lyh
diff configure.in @ 3069:db6d57d718f7
[project @ 1997-07-10 23:34:03 by jwe]
author | jwe |
---|---|
date | Thu, 10 Jul 1997 23:34:07 +0000 |
parents | 2280158c4449 |
children | bb05bfa835c9 |
line wrap: on
line diff
--- a/configure.in +++ b/configure.in @@ -21,7 +21,7 @@ ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA ### 02111-1307, USA. -AC_REVISION($Revision: 1.281 $) +AC_REVISION($Revision: 1.282 $) AC_PREREQ(2.9) AC_INIT(src/octave.cc) AC_CONFIG_HEADER(config.h) @@ -733,11 +733,11 @@ AC_CHECK_FUNCS(atexit bcopy bzero dup2 endgrent endpwent execvp fcntl \ fork getcwd getegid geteuid getgid getgrent getgrgid getgrnam \ gethostname getpgrp getpid getppid getpwent getpwnam getpwuid \ - gettimeofday getuid lstat memmove mkdir mkfifo on_exit pipe putenv \ - rename rindex rmdir setgrent setpwent setvbuf sigaction sigpending \ - sigprocmask sigsuspend stat strcasecmp strdup strerror stricmp \ - strncasecmp strnicmp tempnam umask unlink usleep vfprintf vsprintf \ - waitpid) + gettimeofday getuid getwd lstat memmove mkdir mkfifo on_exit pipe \ + putenv rename rindex rmdir setgrent setpwent setvbuf sigaction \ + sigpending sigprocmask sigsuspend stat strcasecmp strdup strerror \ + stricmp strncasecmp strnicmp tempnam umask unlink usleep vfprintf \ + vsprintf waitpid) OCTAVE_SMART_PUTENV