Mercurial > hg > octave-lyh
comparison configure.in @ 1316:ffa190677108
[project @ 1995-06-25 23:27:47 by jwe]
author | jwe |
---|---|
date | Sun, 25 Jun 1995 23:27:47 +0000 |
parents | 611d403c7f3d |
children | 95bea4a66da5 |
comparison
equal
deleted
inserted
replaced
1315:611d403c7f3d | 1316:ffa190677108 |
---|---|
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.125 $) | 23 AC_REVISION($Revision: 1.126 $) |
24 AC_PREREQ(2.0) | 24 AC_PREREQ(2.0) |
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) |
448 if test "$octave_cv_f2c_f77_compat" = no; then | 448 if test "$octave_cv_f2c_f77_compat" = no; then |
449 F77= | 449 F77= |
450 else | 450 else |
451 if test -z "$FFLAGS"; then | 451 if test -z "$FFLAGS"; then |
452 FFLAGS="-O" | 452 FFLAGS="-O" |
453 fi | |
454 case "$canonical_host_type" in | |
455 alpha-dec-osf*) | |
456 FFLAGS="-fpe1 $FFLAGS" | |
457 ;; | |
458 esac | |
459 if test -n "$FFLAGS"; then | |
453 AC_MSG_RESULT([defining FFLAGS to be $FFLAGS]) | 460 AC_MSG_RESULT([defining FFLAGS to be $FFLAGS]) |
454 fi | 461 fi |
455 fi | 462 fi |
456 fi | 463 fi |
457 if test -n "$F77"; then | 464 if test -n "$F77"; then |