comparison configure.in @ 3465:996bb7ea4507

[project @ 2000-01-21 07:48:25 by jwe]
author jwe
date Fri, 21 Jan 2000 07:51:06 +0000
parents 8623649c967c
children 6293a9d5650a
comparison
equal deleted inserted replaced
3464:ab5ae0aca0f1 3465:996bb7ea4507
19 ### You should have received a copy of the GNU General Public License 19 ### You should have received a copy of the GNU General Public License
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_REVISION($Revision: 1.320 $) 24 AC_REVISION($Revision: 1.321 $)
25 AC_PREREQ(2.9) 25 AC_PREREQ(2.9)
26 AC_INIT(src/octave.cc) 26 AC_INIT(src/octave.cc)
27 AC_CONFIG_HEADER(config.h) 27 AC_CONFIG_HEADER(config.h)
28 28
29 AC_DEFINE(OCTAVE_SOURCE, 1) 29 AC_DEFINE(OCTAVE_SOURCE, 1)
775 ### Checks for functions and variables. 775 ### Checks for functions and variables.
776 776
777 AC_CHECK_FUNCS(atexit bcopy bzero dup2 endgrent endpwent execvp fcntl \ 777 AC_CHECK_FUNCS(atexit bcopy bzero dup2 endgrent endpwent execvp fcntl \
778 fork getcwd getegid geteuid getgid getgrent getgrgid getgrnam \ 778 fork getcwd getegid geteuid getgid getgrent getgrgid getgrnam \
779 gethostname getpgrp getpid getppid getpwent getpwnam getpwuid \ 779 gethostname getpgrp getpid getppid getpwent getpwnam getpwuid \
780 gettimeofday getuid getwd lstat memmove mkdir mkfifo on_exit pipe \ 780 gettimeofday getuid getwd localtime_r lstat memmove mkdir mkfifo \
781 poll putenv rename rindex rmdir select setgrent setpwent setvbuf \ 781 on_exit pipe poll putenv rename rindex rmdir select setgrent \
782 sigaction sigpending sigprocmask sigsuspend stat strcasecmp strdup \ 782 setpwent setvbuf sigaction sigpending sigprocmask sigsuspend stat \
783 strerror strftime stricmp strncasecmp strnicmp tempnam umask unlink \ 783 strcasecmp strdup strerror strftime stricmp strncasecmp strnicmp \
784 usleep vfprintf vsprintf waitpid) 784 strptime tempnam umask unlink usleep vfprintf vsprintf waitpid)
785 785
786 OCTAVE_SMART_PUTENV 786 OCTAVE_SMART_PUTENV
787 787
788 LIBDLFCN= 788 LIBDLFCN=
789 DLFCN_INCFLAGS= 789 DLFCN_INCFLAGS=