comparison configure.in @ 1163:f963aa9821b5

[project @ 1995-03-01 03:24:33 by jwe]
author jwe
date Wed, 01 Mar 1995 03:25:37 +0000
parents 8cb9792efbf4
children f6cf5e07cbe5
comparison
equal deleted inserted replaced
1162:c210c5a25a48 1163:f963aa9821b5
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.100 $) 24 AC_REVISION($Revision: 1.101 $)
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) 27 AC_CONFIG_HEADER(config.h)
28 28
29 AC_DEFINE(OCTAVE_SOURCE, 1) 29 AC_DEFINE(OCTAVE_SOURCE, 1)
460 AC_MSG_WARN([Fortran compiler or f2c installed and in your path.]) 460 AC_MSG_WARN([Fortran compiler or f2c installed and in your path.])
461 AC_MSG_WARN([See the file INSTALL for more information.]) 461 AC_MSG_WARN([See the file INSTALL for more information.])
462 AC_MSG_WARN([Continuing anyway...]) 462 AC_MSG_WARN([Continuing anyway...])
463 fi 463 fi
464 464
465 FC=$F77
466 AC_SUBST(FC)
465 AC_SUBST(F77) 467 AC_SUBST(F77)
466 AC_SUBST(FFLAGS) 468 AC_SUBST(FFLAGS)
467 AC_SUBST(FLIBS) 469 AC_SUBST(FLIBS)
468 AC_SUBST(F2C) 470 AC_SUBST(F2C)
469 AC_SUBST(F2CFLAGS) 471 AC_SUBST(F2CFLAGS)