# HG changeset patch # User jwe # Date 1079120003 0 # Node ID 91638098904a737e64fdbec84f0a15a6486cc176 # Parent 81f78a2ff8a63dc86fa01060d59d07f58c0ba86f [project @ 2004-03-12 19:33:23 by jwe] diff -r 81f78a2ff8a6 -r 91638098904a doc/interpreter/install.txi --- 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 diff -r 81f78a2ff8a6 -r 91638098904a src/version.h --- 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"