]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* lib/missing (autom4te): Typo.
authorAlexandre Duret-Lutz <adl@gnu.org>
Wed, 23 Jul 2003 19:34:03 +0000 (19:34 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Wed, 23 Jul 2003 19:34:03 +0000 (19:34 +0000)
ChangeLog
lib/missing

index eb2f69302c6f3ad47aa5ca0ea81e09eb447cd5bc..d4c232b94bc7071a4f51bf03a467968d614b826e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-07-23  Tom Tromey  <tromey@redhat.com>
+
+       * lib/missing (autom4te): Typo.
+
 2003-07-16  Derek Price  <derek@ximbiot.com>
 
        * automake.in (scan_autoconf_traces): Handle AC_CONFIG_LINKS.
@@ -9,7 +13,7 @@
        * tests/conflnk.test: New test that links are cleaned on distclean.
        * tests/conflnk2.test: New test that source files for links are
        distributed.
-       
+
 2003-07-15  Ralf Corsepius <corsepiu@faw.uni-ulm.de>  (tiny change)
 
        * automake.in (scan_autoconf_traces): Trace AM_ENABLE_MULTILIB to
index 6a37006e8f0a69ddbf5b383c882beb60cbe04d12..8d85d40f6883b6d060cce8ca1b54f52452341881 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Common stub for a few missing GNU programs while installing.
-# Copyright (C) 1996, 1997, 1999, 2000, 2002 Free Software Foundation, Inc.
+# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003 Free Software Foundation, Inc.
 # Originally by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996.
 
 # This program is free software; you can redistribute it and/or modify
@@ -165,7 +165,7 @@ WARNING: \`$1' is missing on your system.  You should only need it if
 WARNING: \`$1' is needed, and you do not seem to have it handy on your
          system.  You might have modified some files without having the
          proper tools for further handling them.
-         You can get \`$1Help2man' as part of \`Autoconf' from any GNU
+         You can get \`$1' as part of \`Autoconf' from any GNU
          archive site."
 
     file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'`