]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* doc/autoconf.texi (Initializing configure): Clarify the
authorRuss Allbery <rra@stanford.edu>
Wed, 17 Jul 2002 18:39:19 +0000 (18:39 +0000)
committerRuss Allbery <rra@stanford.edu>
Wed, 17 Jul 2002 18:39:19 +0000 (18:39 +0000)
description of the tarname default.

ChangeLog
doc/autoconf.texi

index d3ae1a5f328817fe64255c1f44a194755229782a..7bc0af476c34e690bee31838ed9725d0c5be262f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-07-17  Russ Allbery  <rra@stanford.edu>
+
+       * doc/autoconf.texi (Initializing configure): Clarify the
+       description of the tarname default.
+
 2002-07-17  Andreas Buening  <andreas.buening@nexgo.de>
 
        * lib/autoconf/functions.m4 (AC_FUNC_FORK): Don't set
index 2046bbe3836980af687851375a6b3eec82d21eb2..61d33b6667bdf82fb26d6b893d48d3525e537729 100644 (file)
@@ -1512,8 +1512,8 @@ the email to which users should send bug reports.  The package
 @var{tarname} differs from @var{package}: the latter designates the full
 package name (e.g., @samp{GNU Autoconf}), while the former is meant for
 distribution tar ball names (e.g., @samp{autoconf}).  It defaults to
-@var{package} once @samp{GNU } strip, lower cased, and all non
-alphanumeric and underscore characters mapped onto @samp{-}.
+@var{package} once @samp{GNU } strip, lower-cased, and all characters
+other than alphanumerics and underscores are changed to @samp{-}.
 
 It is preferable that these arguments be static, i.e., there should not
 be any shell computation, but they can be computed by M4.  The following