comparison configure.in @ 1317:95bea4a66da5

[project @ 1995-07-05 04:30:25 by jwe]
author jwe
date Wed, 05 Jul 1995 04:30:25 +0000
parents ffa190677108
children 47ad5707a6b8
comparison
equal deleted inserted replaced
1316:ffa190677108 1317:95bea4a66da5
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.126 $) 23 AC_REVISION($Revision: 1.127 $)
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)
416 fi 416 fi
417 AC_MSG_RESULT([defining F77 to be $F77]) 417 AC_MSG_RESULT([defining F77 to be $F77])
418 elif $use_f2c; then 418 elif $use_f2c; then
419 F77= 419 F77=
420 if test "$with_f2c" = "yes"; then 420 if test "$with_f2c" = "yes"; then
421 F2C=g77 421 F2C=f2c
422 else 422 else
423 F2C="$with_f2c" 423 F2C="$with_f2c"
424 fi 424 fi
425 AC_MSG_RESULT([defining F2C to be $F2C]) 425 AC_MSG_RESULT([defining F2C to be $F2C])
426 else 426 else