comparison configure.in @ 4328:f7b63f362168

[project @ 2003-02-16 04:29:00 by jwe]
author jwe
date Sun, 16 Feb 2003 04:29:00 +0000
parents 0990c9b77109
children d53c33d93440
comparison
equal deleted inserted replaced
4327:c29c382a5b4b 4328:f7b63f362168
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.410 $) 25 AC_REVISION($Revision: 1.411 $)
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.])
905 905
906 ### Checks for functions and variables. 906 ### Checks for functions and variables.
907 907
908 AC_CHECK_FUNCS(atexit bcopy bzero dup2 endgrent endpwent execvp \ 908 AC_CHECK_FUNCS(atexit bcopy bzero dup2 endgrent endpwent execvp \
909 fcntl fork getcwd getegid geteuid getgid getgrent getgrgid \ 909 fcntl fork getcwd getegid geteuid getgid getgrent getgrgid \
910 getgrnam getpgrp getpid getppid getpwent \ 910 getgrnam getpgrp getpid getppid getpwent getpwuid gettimeofday \
911 getpwuid gettimeofday getuid getwd _kbhit kill link localtime_r lstat \ 911 getuid getwd _kbhit kill link localtime_r lstat memmove mkdir \
912 memmove mkdir mkfifo on_exit pipe poll putenv raise readlink rename \ 912 mkfifo mkstemp on_exit pipe poll putenv raise readlink rename \
913 rindex rmdir select setgrent setpwent setvbuf sigaction siglongjmp \ 913 rindex rmdir select setgrent setpwent setvbuf sigaction siglongjmp \
914 sigpending sigprocmask sigsuspend stat strcasecmp strdup \ 914 sigpending sigprocmask sigsuspend stat strcasecmp strdup \
915 strerror strftime stricmp strncasecmp strnicmp strptime symlink \ 915 strerror strftime stricmp strncasecmp strnicmp strptime symlink \
916 tempnam umask unlink usleep vfprintf vsprintf vsnprintf waitpid) 916 tempnam umask unlink usleep vfprintf vsprintf vsnprintf waitpid)
917 917