]> sourceware.org Git - automake.git/commitdiff
* AUTHOR, automake.in, aclocal.in: Add Alexandre Duret-Lutz as
authorAkim Demaille <akim@epita.fr>
Sun, 19 Sep 2004 11:46:39 +0000 (11:46 +0000)
committerAkim Demaille <akim@epita.fr>
Sun, 19 Sep 2004 11:46:39 +0000 (11:46 +0000)
author.

AUTHORS
ChangeLog
aclocal.in
automake.in

diff --git a/AUTHORS b/AUTHORS
index 591f31a6cc8b319e98a73440c6161af09060c1e2..f1cd414c4832f2073c3c94765dd628f4f3f1619b 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,10 +1,17 @@
 Authors of GNU Automake.
 
-David Mackenzie.  First version of most ".am" files.
-Wrote sh version of automake.in.
+David Mackenzie
+  First version of most ".am" files.
+  Wrote sh version of automake.in.
 
-Tom Tromey.  Touched all ".am" files.
-Rewrote automake.in
+Tom Tromey
+  Touched all ".am" files.
+  Rewrote automake.in
 
-Alexandre Oliva.  Some of the user-side dependency tracking system.
-Some more random hacking.
+Alexandre Oliva
+  Some of the user-side dependency tracking system.
+  Some more random hacking.
+
+Alexandre Duret-Lutz
+  Major overhaul of everything.
+  Maintenance since 2002.
index 44d22cd3d656178889c2efea1c3925afe7aa7d22..3f25d2f4def8294c2c1f8e5406d908e0c39bc660 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-09-19  Akim Demaille  <akim@epita.fr>
+
+       * AUTHOR, automake.in, aclocal.in: Add Alexandre Duret-Lutz as
+       author.
+
 2004-09-15  Alexandre Duret-Lutz  <adl@gnu.org>
 
        * doc/automake.texi (Releases): New node.
index 3fd248983e7f50f630b09f2671f657795ec852e5..2499c2a1b805659ac82c79c3b014ed39a841013b 100644 (file)
@@ -25,7 +25,8 @@ eval 'case $# in 0) exec @PERL@ -S "$0";; *) exec @PERL@ -S "$0" "$@";; esac'
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
-# Written by Tom Tromey <tromey@redhat.com>.
+# Written by Tom Tromey <tromey@redhat.com>, and
+# Alexandre Duret-Lutz <adl@gnu.org>.
 
 BEGIN
 {
@@ -621,7 +622,8 @@ sub parse_arguments (@)
       elsif ($arglist[0] eq '--version')
        {
          print "aclocal (GNU $PACKAGE) $VERSION\n";
-         print "Written by Tom Tromey <tromey\@redhat.com>\n\n";
+         print "Written by Tom Tromey <tromey\@redhat.com>\n";
+         print "       and Alexandre Duret-Lutz <adl\@gnu.org>\n\n";
          print "Copyright (C) 2004 Free Software Foundation, Inc.\n";
          print "This is free software; see the source for copying conditions.  There is NO\n";
          print "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n";
index b240ce854e1ab1043e09b3bdcbe91ad1af3a2b62..e8e868e6379b4234a9b2733c980877092afe496c 100755 (executable)
@@ -25,7 +25,8 @@ eval 'case $# in 0) exec @PERL@ -S "$0";; *) exec @PERL@ -S "$0" "$@";; esac'
 # 02111-1307, USA.
 
 # Originally written by David Mackenzie <djm@gnu.ai.mit.edu>.
-# Perl reimplementation by Tom Tromey <tromey@redhat.com>.
+# Perl reimplementation by Tom Tromey <tromey@redhat.com>, and
+# Alexandre Duret-Lutz <adl@gnu.org>.
 
 package Language;
 
@@ -7392,7 +7393,8 @@ sub version ()
 {
   print <<EOF;
 automake (GNU $PACKAGE) $VERSION
-Written by Tom Tromey <tromey\@redhat.com>.
+Written by Tom Tromey <tromey\@redhat.com>
+       and Alexandre Duret-Lutz <adl\@gnu.org>.
 
 Copyright 2004 Free Software Foundation, Inc.
 This is free software; see the source for copying conditions.  There is NO
This page took 0.047122 seconds and 5 git commands to generate.