From 8bf3e8e8a8beeaf02f5b95fc3fb913870e82e850 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Fri, 22 Jan 1999 13:58:04 +0000 Subject: [PATCH] * automake.in (lang_ppf77_rewrite): New function. From Jochen Kuepper. (lang_ratfor_rewrite): New function --- ChangeLog | 4 ++++ THANKS | 3 ++- automake.in | 12 ++++++++++++ automake.texi | 8 ++++---- stamp-vti | 2 +- version.texi | 2 +- 6 files changed, 24 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index f80c9c5b3..d15c4d0c3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 1999-01-22 Tom Tromey + * automake.in (lang_ppf77_rewrite): New function. From Jochen + Kuepper. + (lang_ratfor_rewrite): New function + * automake.in (handle_configure): Use `&' before sub calls (Perl 4 fix). From Erez Zadok. diff --git a/THANKS b/THANKS index f1eb16dc8..498dfccb2 100644 --- a/THANKS +++ b/THANKS @@ -39,6 +39,7 @@ Jeff Bailey Jbailey@phn.ca Jeff Garzik jgarzik@pobox.com Jerome Santini santini@chambord.univ-orleans.fr Jim Meyering meyering@na-net.ornl.gov +Jochen Kuepper jochen@uni-duesseldorf.de Joel N. Weber II nemo@koa.iolani.honolulu.hi.us Joerg-Martin Schwarz jms@jms.prima.ruhr.de Johan Danielsson joda@pdc.kth.se @@ -51,8 +52,8 @@ Karl Heuer kwzh@gnu.org Kevin Dalley kevin@aimnet.com Kevin Street street@iname.com L. Peter Deutsch ghost@aladdin.com -Maciej W. Rozycki macro@ds2.pg.gda.pl Maciej Stachowiak mstachow@mit.edu +Maciej W. Rozycki macro@ds2.pg.gda.pl Marcus G. Daniels mgd@ute.santafe.edu Marius Vollmer mvo@zagadka.ping.de Mark Eichin eichin@cygnus.com diff --git a/automake.in b/automake.in index a7702fe11..c0d7f4ff2 100755 --- a/automake.in +++ b/automake.in @@ -4502,6 +4502,18 @@ sub lang_f77_rewrite return 1; } +# Rewrite a single preprocessed Fortran 77 file. +sub lang_ppf77_rewrite +{ + return 1; +} + +# Rewrite a single ratfor file. +sub lang_ratfor_rewrite +{ + return 1; +} + # Rewrite a single Objective C file. sub lang_objc_rewrite { diff --git a/automake.texi b/automake.texi index 80008ce78..e3dad9c6f 100644 --- a/automake.texi +++ b/automake.texi @@ -20,7 +20,7 @@ @ifinfo This file documents GNU automake @value{VERSION} -Copyright (C) 1995, 96, 97, 98 Free Software Foundation, Inc. +Copyright (C) 1995, 96, 97, 98, 99 Free Software Foundation, Inc. Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice @@ -103,9 +103,9 @@ approved by the Free Software Foundation. @comment node-name, next, previous, up @top GNU Automake -This file documents the GNU Automake package for creating GNU -Standards-compliant Makefiles from template files. This edition -documents version @value{VERSION}. +This file documents the GNU Automake package. Automake is a program +which creates GNU standards-compliant Makefiles from template files. +This edition documents version @value{VERSION}. @menu * Introduction:: Automake's purpose diff --git a/stamp-vti b/stamp-vti index 2822a34ef..01294f163 100644 --- a/stamp-vti +++ b/stamp-vti @@ -1,3 +1,3 @@ -@set UPDATED 10 January 1999 +@set UPDATED 22 January 1999 @set EDITION 1.4a @set VERSION 1.4a diff --git a/version.texi b/version.texi index 2822a34ef..01294f163 100644 --- a/version.texi +++ b/version.texi @@ -1,3 +1,3 @@ -@set UPDATED 10 January 1999 +@set UPDATED 22 January 1999 @set EDITION 1.4a @set VERSION 1.4a -- 2.47.2