Mercurial > hg > octave-lyh
comparison configure.in @ 835:821148143e9d
[project @ 1994-10-19 18:24:52 by jwe]
author | jwe |
---|---|
date | Wed, 19 Oct 1994 18:24:52 +0000 |
parents | 44ce29d8cb7b |
children | 7228c820ad62 |
comparison
equal
deleted
inserted
replaced
834:44ce29d8cb7b | 835:821148143e9d |
---|---|
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.64 $)dnl | 24 AC_REVISION($Revision: 1.65 $)dnl |
25 AC_PREREQ(1.122) | 25 AC_PREREQ(1.122) |
26 AC_INIT(src/octave.cc) | 26 AC_INIT(src/octave.cc) |
27 AC_CONFIG_HEADER(config.h kpathsea/c-auto.h) | 27 AC_CONFIG_HEADER(config.h kpathsea/c-auto.h) |
28 dnl | 28 dnl |
29 AC_DEFINE(OCTAVE_SOURCE, 1)dnl | 29 AC_DEFINE(OCTAVE_SOURCE, 1)dnl |
640 done | 640 done |
641 dnl | 641 dnl |
642 AC_MSG_CHECKING([for struct exception in math.h]) | 642 AC_MSG_CHECKING([for struct exception in math.h]) |
643 AC_TRY_LINK([#include <math.h>], | 643 AC_TRY_LINK([#include <math.h>], |
644 [struct exception *x; x->type; x->name;], | 644 [struct exception *x; x->type; x->name;], |
645 AC_MSG_RESULT(YES) | 645 AC_MSG_RESULT(yes) |
646 AC_DEFINE(EXCEPTION_IN_MATH, 1), | 646 AC_DEFINE(EXCEPTION_IN_MATH, 1), |
647 AC_MSG_RESULT(no))dnl | 647 AC_MSG_RESULT(no))dnl |
648 dnl | 648 dnl |
649 AC_SUBST(TERMLIBS) | 649 AC_SUBST(TERMLIBS) |
650 dnl | 650 dnl |