Mercurial > hg > octave-lyh
comparison configure.in @ 1075:a58bb71b0429
[project @ 1995-01-27 14:35:49 by jwe]
author | jwe |
---|---|
date | Fri, 27 Jan 1995 14:35:49 +0000 |
parents | 999c1ecad9dd |
children | 2ba812c74caa |
comparison
equal
deleted
inserted
replaced
1074:cfcb9901f51b | 1075:a58bb71b0429 |
---|---|
19 ### | 19 ### |
20 ### You should have received a copy of the GNU General Public License | 20 ### You should have received a copy of the GNU General Public License |
21 ### along with Octave; see the file COPYING. If not, write to the Free | 21 ### along with Octave; see the file COPYING. If not, write to the Free |
22 ### Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | 22 ### Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. |
23 | 23 |
24 AC_REVISION($Revision: 1.88 $) | 24 AC_REVISION($Revision: 1.89 $) |
25 AC_PREREQ(2.0) | 25 AC_PREREQ(2.0) |
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 | 28 |
29 AC_DEFINE(OCTAVE_SOURCE, 1) | 29 AC_DEFINE(OCTAVE_SOURCE, 1) |
557 esac | 557 esac |
558 | 558 |
559 XCFLAGS="$CFLAGS" | 559 XCFLAGS="$CFLAGS" |
560 CFLAGS="$CFLAGS $GCC_IEEE_FP_FLAG" | 560 CFLAGS="$CFLAGS $GCC_IEEE_FP_FLAG" |
561 | 561 |
562 ### Inf and NaN don't work with gcc on the Alpha yet. | 562 ### Inf and NaN don't work with gcc on the Alpha yet. I am also told |
563 ### that they don't work on m68k HP sytems either. | |
563 | 564 |
564 case "$canonical_host_type" in | 565 case "$canonical_host_type" in |
565 alpha-dec-osf*) | 566 alpha-dec-osf* | m68k-hp-hpux*) |
566 ;; | 567 ;; |
567 *) | 568 *) |
568 AC_CHECK_FUNCS(finite isnan isinf infinity quiet_nan) | 569 AC_CHECK_FUNCS(finite isnan isinf infinity quiet_nan) |
569 ;; | 570 ;; |
570 esac | 571 esac |
799 define([tmpc], [libcruft/fftpack/Makefile libcruft/fsqp/Makefile])dnl | 800 define([tmpc], [libcruft/fftpack/Makefile libcruft/fsqp/Makefile])dnl |
800 define([tmpd], [libcruft/lapack/Makefile libcruft/linpack/Makefile])dnl | 801 define([tmpd], [libcruft/lapack/Makefile libcruft/linpack/Makefile])dnl |
801 define([tmpe], [libcruft/minpack/Makefile libcruft/misc/Makefile])dnl | 802 define([tmpe], [libcruft/minpack/Makefile libcruft/misc/Makefile])dnl |
802 define([tmpf], [libcruft/npsol/Makefile libcruft/odepack/Makefile])dnl | 803 define([tmpf], [libcruft/npsol/Makefile libcruft/odepack/Makefile])dnl |
803 define([tmpg], [libcruft/qpsol/Makefile libcruft/quadpack/Makefile])dnl | 804 define([tmpg], [libcruft/qpsol/Makefile libcruft/quadpack/Makefile])dnl |
804 define([tmph], [libcruft/ranlib/Makefile libcruft/villad/Makefile])dnl | 805 define([tmph], [libcruft/ranlib/Makefile libcruft/slatec-fn/Makefile])dnl |
805 | 806 define([tmpi], [libcruft/villad/Makefile])dnl |
806 define([cruftdirs], [tmpa tmpb tmpc tmpd tmpe tmpf tmpg tmph])dnl | 807 |
808 define([cruftdirs], [tmpa tmpb tmpc tmpd tmpe tmpf tmpg tmph tmpi])dnl | |
807 define([tmpSA], [scripts/Makefile scripts/control/Makefile])dnl | 809 define([tmpSA], [scripts/Makefile scripts/control/Makefile])dnl |
808 define([tmpSB], [scripts/general/Makefile scripts/image/Makefile]) | 810 define([tmpSB], [scripts/general/Makefile scripts/image/Makefile]) |
809 define([tmpSC], [scripts/linear-algebra/Makefile])dnl | 811 define([tmpSC], [scripts/linear-algebra/Makefile])dnl |
810 define([tmpSD], [scripts/miscellaneous/Makefile scripts/plot/Makefile])dnl | 812 define([tmpSD], [scripts/miscellaneous/Makefile scripts/plot/Makefile])dnl |
811 define([tmpSE], [scripts/polynomial/Makefile scripts/set/Makefile])dnl | 813 define([tmpSE], [scripts/polynomial/Makefile scripts/set/Makefile])dnl |