]> sourceware.org Git - automake.git/commitdiff
* automake.in (lang_ppf77_rewrite): New function. From Jochen
authorTom Tromey <tromey@redhat.com>
Fri, 22 Jan 1999 13:57:58 +0000 (13:57 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 22 Jan 1999 13:57:58 +0000 (13:57 +0000)
Kuepper.
(lang_ratfor_rewrite): New function

ChangeLog
THANKS
automake.in
automake.texi
stamp-vti
version.texi

index f80c9c5b36c35ba9a7d44aee9939d2bd97adefa3..d15c4d0c320e0144358cda72249e2f040a26e73c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 1999-01-22  Tom Tromey  <tromey@cygnus.com>
 
+       * 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 f1eb16dc80ba377814c4228bd418eb9f85b72f2c..498dfccb2f75f02a36ea6cbace195a483f7b710e 100644 (file)
--- 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
index a7702fe11cca4db1805742ef4db200fcd479a286..c0d7f4ff20fd104a4eb4bfb3727859170ab32d5a 100755 (executable)
@@ -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
 {
index 80008ce78d94cba9e73c09cdf5dfc4f715f58272..e3dad9c6f8d5c397a1a24e22dafcc37e858f688b 100644 (file)
@@ -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
index 2822a34efecfc9f2b1d189bc2c80d2bfb14d58ee..01294f1631f855d38c206d98ebc1e06d5de337d8 100644 (file)
--- 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
index 2822a34efecfc9f2b1d189bc2c80d2bfb14d58ee..01294f1631f855d38c206d98ebc1e06d5de337d8 100644 (file)
@@ -1,3 +1,3 @@
-@set UPDATED 10 January 1999
+@set UPDATED 22 January 1999
 @set EDITION 1.4a
 @set VERSION 1.4a
This page took 0.051509 seconds and 5 git commands to generate.