# HG changeset patch # User jwe # Date 821313402 0 # Node ID a00118041518f7e25e6d2bb85a7232623ba90d04 # Parent c43d042f20be424d04efe9a21f827472bee22815 [project @ 1996-01-10 22:36:42 by jwe] diff -r c43d042f20be -r a00118041518 configure.in --- a/configure.in Wed Jan 10 10:37:58 1996 +0000 +++ b/configure.in Wed Jan 10 22:36:42 1996 +0000 @@ -20,7 +20,7 @@ ### along with Octave; see the file COPYING. If not, write to the Free ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -AC_REVISION($Revision: 1.151 $) +AC_REVISION($Revision: 1.152 $) AC_PREREQ(2.0) AC_INIT(src/octave.cc) AC_CONFIG_HEADER(config.h) @@ -526,7 +526,7 @@ .c.f: cat $< | $(F2C) $(F2CFLAGS) > $(@F) -.o.f +.o.f: EOF else