Mercurial > hg > octave-lyh
comparison configure.in @ 2050:038b9f6bb1dc
[project @ 1996-03-29 22:31:20 by jwe]
author | jwe |
---|---|
date | Fri, 29 Mar 1996 22:31:20 +0000 |
parents | 70dedaeb25b9 |
children | 59754656026f |
comparison
equal
deleted
inserted
replaced
2049:468a96dd03fc | 2050:038b9f6bb1dc |
---|---|
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.183 $) | 23 AC_REVISION($Revision: 1.184 $) |
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) |
753 ### | 753 ### |
754 ### Also check for some additional trig functions that aren't ANSI but | 754 ### Also check for some additional trig functions that aren't ANSI but |
755 ### are often available. If they are missing, we try to replace them | 755 ### are often available. If they are missing, we try to replace them |
756 ### with functions from the BSD/NET2 math library. | 756 ### with functions from the BSD/NET2 math library. |
757 | 757 |
758 AC_CHECK_LIB(sunmath, quiet_nan) | 758 AC_CHECK_LIB(sunmath, quiet_nan, , , -lm) |
759 | 759 |
760 dnl This is bogus. We shouldn't have to explicitly add libc too! | 760 dnl This is bogus. We shouldn't have to explicitly add libc too! |
761 | 761 |
762 case "$canonical_host_type" in | 762 case "$canonical_host_type" in |
763 *-*-linux*) | 763 *-*-linux*) |