comparison configure.in @ 4092:01f46b36e11f

[project @ 2002-10-07 16:13:22 by jwe]
author jwe
date Mon, 07 Oct 2002 16:13:22 +0000
parents babc519f245b
children 3e631060ab8f
comparison
equal deleted inserted replaced
4091:575507e27b8b 4092:01f46b36e11f
20 ### along with Octave; see the file COPYING. If not, write to the Free 20 ### along with Octave; see the file COPYING. If not, write to the Free
21 ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA 21 ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA
22 ### 02111-1307, USA. 22 ### 02111-1307, USA.
23 23
24 AC_INIT 24 AC_INIT
25 AC_REVISION($Revision: 1.371 $) 25 AC_REVISION($Revision: 1.372 $)
26 AC_PREREQ(2.52) 26 AC_PREREQ(2.52)
27 AC_CONFIG_SRCDIR([src/octave.cc]) 27 AC_CONFIG_SRCDIR([src/octave.cc])
28 AC_CONFIG_HEADER(config.h) 28 AC_CONFIG_HEADER(config.h)
29 29
30 AC_DEFINE(OCTAVE_SOURCE, 1, [Define if this is Octave.]) 30 AC_DEFINE(OCTAVE_SOURCE, 1, [Define if this is Octave.])
867 ### Checks for functions and variables. 867 ### Checks for functions and variables.
868 868
869 AC_CHECK_FUNCS(atexit bcopy bzero dup2 endgrent endpwent execvp \ 869 AC_CHECK_FUNCS(atexit bcopy bzero dup2 endgrent endpwent execvp \
870 fcntl fork getcwd getegid geteuid getgid getgrent getgrgid \ 870 fcntl fork getcwd getegid geteuid getgid getgrent getgrgid \
871 getgrnam getpgrp getpid getppid getpwent \ 871 getgrnam getpgrp getpid getppid getpwent \
872 getpwuid gettimeofday getuid getwd _kbhit link localtime_r lstat \ 872 getpwuid gettimeofday getuid getwd _kbhit kill link localtime_r lstat \
873 memmove mkdir mkfifo on_exit pipe poll putenv readlink rename \ 873 memmove mkdir mkfifo on_exit pipe poll putenv raise readlink rename \
874 rindex rmdir select setgrent setpwent setvbuf sigaction sigpending \ 874 rindex rmdir select setgrent setpwent setvbuf sigaction sigpending \
875 sigprocmask sigsuspend stat strcasecmp strdup strerror strftime \ 875 sigprocmask sigsuspend stat strcasecmp strdup strerror strftime \
876 stricmp strncasecmp strnicmp strptime symlink tempnam umask unlink \ 876 stricmp strncasecmp strnicmp strptime symlink tempnam umask unlink \
877 usleep vfprintf vsprintf vsnprintf waitpid) 877 usleep vfprintf vsprintf vsnprintf waitpid)
878 878