Mercurial > hg > octave-lyh
comparison configure.in @ 3710:9a77deefb8c9
[project @ 2000-08-02 20:47:44 by jwe]
author | jwe |
---|---|
date | Wed, 02 Aug 2000 20:47:46 +0000 |
parents | 7e90f4e9a4d5 |
children | b7d997d593d9 |
comparison
equal
deleted
inserted
replaced
3709:c73bea82af94 | 3710:9a77deefb8c9 |
---|---|
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.333 $) | 24 AC_REVISION($Revision: 1.334 $) |
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) |
906 AC_SUBST(LIBGLOB) | 906 AC_SUBST(LIBGLOB) |
907 AC_SUBST(GLOB_INCFLAGS) | 907 AC_SUBST(GLOB_INCFLAGS) |
908 | 908 |
909 ### Checks for functions and variables. | 909 ### Checks for functions and variables. |
910 | 910 |
911 AC_CHECK_FUNCS(atexit bcopy bzero dup2 endgrent endpwent execvp fcntl \ | 911 AC_CHECK_FUNCS(atexit bcopy bzero dup2 endgrent endpwent execvp \ |
912 fork getcwd getegid geteuid getgid getgrent getgrgid getgrnam \ | 912 fcntl fork getcwd getegid geteuid getgid getgrent getgrgid \ |
913 gethostname getpgrp getpid getppid getpwent getpwnam getpwuid \ | 913 getgrnam gethostname getpgrp getpid getppid getpwent getpwnam \ |
914 gettimeofday getuid getwd localtime_r lstat memmove mkdir mkfifo \ | 914 getpwuid gettimeofday getuid getwd link localtime_r lstat \ |
915 on_exit pipe poll putenv rename rindex rmdir select setgrent \ | 915 memmove mkdir mkfifo on_exit pipe poll putenv readlink rename \ |
916 setpwent setvbuf sigaction sigpending sigprocmask sigsuspend \ | 916 rindex rmdir select setgrent setpwent setvbuf sigaction sigpending \ |
917 stat strcasecmp strdup strerror strftime stricmp strncasecmp \ | 917 sigprocmask sigsuspend stat strcasecmp strdup strerror strftime \ |
918 strnicmp strptime tempnam umask unlink usleep vfprintf vsprintf \ | 918 stricmp strncasecmp strnicmp strptime symlink tempnam umask unlink \ |
919 vsnprintf waitpid) | 919 usleep vfprintf vsprintf vsnprintf waitpid) |
920 | 920 |
921 OCTAVE_SMART_PUTENV | 921 OCTAVE_SMART_PUTENV |
922 | 922 |
923 LD_CXX='$(CXX)' | 923 LD_CXX='$(CXX)' |
924 LIBDLFCN= | 924 LIBDLFCN= |