Mercurial > hg > octave-nkf
comparison configure.in @ 2061:098edb40c89b
[project @ 1996-04-07 21:56:15 by jwe]
author | jwe |
---|---|
date | Sun, 07 Apr 1996 22:02:43 +0000 |
parents | 59754656026f |
children | 219cf611ff70 |
comparison
equal
deleted
inserted
replaced
2060:7e430470e098 | 2061:098edb40c89b |
---|---|
18 ### | 18 ### |
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 02111-1307, USA. | 21 ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
22 | 22 |
23 AC_REVISION($Revision: 1.185 $) | 23 AC_REVISION($Revision: 1.186 $) |
24 AC_PREREQ(2.9) | 24 AC_PREREQ(2.9) |
25 AC_INIT(src/octave.cc) | 25 AC_INIT(src/octave.cc) |
26 AC_CONFIG_HEADER(config.h) | 26 AC_CONFIG_HEADER(config.h) |
27 | 27 |
28 AC_DEFINE(OCTAVE_SOURCE, 1) | 28 AC_DEFINE(OCTAVE_SOURCE, 1) |
669 | 669 |
670 ### Checks for functions and variables. | 670 ### Checks for functions and variables. |
671 | 671 |
672 AC_CHECK_FUNCS(setvbuf getcwd gethostname bzero bcopy rindex vfprintf vsprintf) | 672 AC_CHECK_FUNCS(setvbuf getcwd gethostname bzero bcopy rindex vfprintf vsprintf) |
673 AC_CHECK_FUNCS(stricmp strnicmp strcasecmp strncasecmp strerror atexit) | 673 AC_CHECK_FUNCS(stricmp strnicmp strcasecmp strncasecmp strerror atexit) |
674 AC_CHECK_FUNCS(on_exit tempnam memmove putenv) | 674 AC_CHECK_FUNCS(on_exit tempnam memmove putenv strdup) |
675 AC_CHECK_FUNCS(mkdir rmdir rename umask) | 675 AC_CHECK_FUNCS(mkdir rmdir rename umask) |
676 AC_CHECK_FUNCS(sigaction sigprocmask sigpending sigsuspend) | 676 AC_CHECK_FUNCS(sigaction sigprocmask sigpending sigsuspend) |
677 | 677 |
678 OCTAVE_SMART_PUTENV | 678 OCTAVE_SMART_PUTENV |
679 OCTAVE_PROGRAM_INVOCATION_NAME | 679 OCTAVE_PROGRAM_INVOCATION_NAME |