changeset 3008:cc828a2ace0d

[project @ 1997-05-30 20:18:47 by jwe]
author jwe
date Fri, 30 May 1997 20:19:15 +0000
parents 462196ba12ea
children ea9af2ffa80d
files ChangeLog configure.in doc/interpreter/octave.1
diffstat 3 files changed, 7 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri May 30 14:59:59 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>
+
+	* configure.in: Fix typo in check for $with_f77.
+
 Thu May 22 16:48:34 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
 	* configure.in (AC_OUTPUT): Remove duplicate entry for emacs/Makefile.
--- a/configure.in
+++ b/configure.in
@@ -21,7 +21,7 @@
 ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 ### 02111-1307, USA. 
 
-AC_REVISION($Revision: 1.268 $)
+AC_REVISION($Revision: 1.269 $)
 AC_PREREQ(2.9)
 AC_INIT(src/octave.cc)
 AC_CONFIG_HEADER(config.h)
@@ -335,7 +335,7 @@
 ### installed as /opt/gnu/bin/f77.
 
 if $use_f77; then
-  if test "$with_g77" = yes; then
+  if test "$with_f77" = yes; then
     F77=f77
   else
     F77="$with_f77"
--- a/doc/interpreter/octave.1
+++ b/doc/interpreter/octave.1
@@ -22,7 +22,7 @@
 .TH Octave 1 "Jan 8 1996"
 .LO 1
 .SH NAME
-Octave \- A high-level interactive language for numerical computations.
+octave \- A high-level interactive language for numerical computations.
 .SH SYNOPSIS
 .nf
 octave [options]