# HG changeset patch # User jwe # Date 865023555 0 # Node ID cc828a2ace0d9391ce98c651225800438da5b09f # Parent 462196ba12ea22d1f75eea0f28a85324769c6c71 [project @ 1997-05-30 20:18:47 by jwe] diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Fri May 30 14:59:59 1997 John W. Eaton + + * configure.in: Fix typo in check for $with_f77. + Thu May 22 16:48:34 1997 John W. Eaton * configure.in (AC_OUTPUT): Remove duplicate entry for emacs/Makefile. diff --git a/configure.in b/configure.in --- 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" diff --git a/doc/interpreter/octave.1 b/doc/interpreter/octave.1 --- 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]