Mercurial > hg > octave-lyh
changeset 1732:a00118041518
[project @ 1996-01-10 22:36:42 by jwe]
author | jwe |
---|---|
date | Wed, 10 Jan 1996 22:36:42 +0000 |
parents | c43d042f20be |
children | f236cc1c8bee |
files | configure.in |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in +++ b/configure.in @@ -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