Mercurial > hg > octave-nkf
comparison configure.in @ 468:c35a1ee8d272
[project @ 1994-06-06 01:13:08 by jwe]
author | jwe |
---|---|
date | Mon, 06 Jun 1994 01:14:25 +0000 |
parents | 4eb46050dba3 |
children | f264c1454c2b |
comparison
equal
deleted
inserted
replaced
467:7874ab973501 | 468:c35a1ee8d272 |
---|---|
19 dnl | 19 dnl |
20 dnl You should have received a copy of the GNU General Public License | 20 dnl You should have received a copy of the GNU General Public License |
21 dnl along with Octave; see the file COPYING. If not, write to the Free | 21 dnl along with Octave; see the file COPYING. If not, write to the Free |
22 dnl Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | 22 dnl Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. |
23 dnl | 23 dnl |
24 AC_REVISION($Revision: 1.31 $)dnl | 24 AC_REVISION($Revision: 1.32 $)dnl |
25 AC_PREREQ(1.8)dnl | 25 AC_PREREQ(1.8)dnl |
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 dnl | 28 dnl |
29 AC_DEFINE(OCTAVE_SOURCE, 1)dnl | 29 AC_DEFINE(OCTAVE_SOURCE, 1)dnl |
406 #endif | 406 #endif |
407 ], | 407 ], |
408 AC_DEFINE(HAVE_[$trfunc], 1), []))dnl | 408 AC_DEFINE(HAVE_[$trfunc], 1), []))dnl |
409 done | 409 done |
410 dnl | 410 dnl |
411 AC_HAVE_FUNCS(infinity quiet_nan)dnl | |
412 dnl | |
411 CFLAGS="$XCFLAGS" | 413 CFLAGS="$XCFLAGS" |
412 dnl | 414 dnl |
413 dnl Check for nonstandard but common trig functions that we need. | 415 dnl Check for nonstandard but common trig functions that we need. |
414 dnl If they are missing, we replace them using functions from the BSD | 416 dnl If they are missing, we replace them using functions from the BSD |
415 dnl math library, and we may need to replace some other functions too. | 417 dnl math library, and we may need to replace some other functions too. |