changeset 4838:91638098904a

[project @ 2004-03-12 19:33:23 by jwe]
author jwe
date Fri, 12 Mar 2004 19:33:23 +0000
parents 81f78a2ff8a6
children c1cdf2a32cdb
files doc/interpreter/install.txi src/version.h
diffstat 2 files changed, 6 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/install.txi	Fri Mar 12 19:13:02 2004 +0000
+++ b/doc/interpreter/install.txi	Fri Mar 12 19:33:23 2004 +0000
@@ -48,8 +48,11 @@
 @item --with-f2c
 Use @code{f2c} even if a Fortran compiler is available.
 
-@item --with-g77
-Use @code{g77} to compile Fortran code.
+@item --with-f77
+Use @code{f77} to compile Fortran code.  You may also specify the name
+of the compiler to use as an optional argument.  For example,
+@code{--with-f77=g77} sets the name of the Fortran compiler to
+@code{g77}.
 
 @item --enable-shared
 Create shared libraries.  If you are planning to use
--- a/src/version.h	Fri Mar 12 19:13:02 2004 +0000
+++ b/src/version.h	Fri Mar 12 19:33:23 2004 +0000
@@ -23,7 +23,7 @@
 #if !defined (octave_version_h)
 #define octave_version_h 1
 
-#define OCTAVE_VERSION "2.1.56"
+#define OCTAVE_VERSION "2.1.57"
 
 #define OCTAVE_API_VERSION "api-v7"