autoconf-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Autoconf source repository branch, master, updated. v2.61a-288


From: Ralf Wildenhues
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.61a-288-gf32d0d7
Date: Wed, 14 Nov 2007 20:58:21 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Autoconf source repository".

http://git.sv.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=f32d0d7753f5547857e4cbdc47588ca5ccd98fac

The branch, master has been updated
       via  f32d0d7753f5547857e4cbdc47588ca5ccd98fac (commit)
       via  57799459936720d075270b09860793445c7000c4 (commit)
      from  0cb78970e9845b3820144810f34159368d84a031 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f32d0d7753f5547857e4cbdc47588ca5ccd98fac
Author: Ralf Wildenhues <address@hidden>
Date:   Wed Nov 14 21:57:37 2007 +0100

    * lib/autoconf/status.m4: Fix a couple of comment typos.

commit 57799459936720d075270b09860793445c7000c4
Author: Ralf Wildenhues <address@hidden>
Date:   Wed Nov 14 21:55:59 2007 +0100

    * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Use $as_me, not $me.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog              |    6 ++++++
 lib/autoconf/status.m4 |    4 ++--
 lib/m4sugar/m4sh.m4    |    2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index a3dcfd3..e81f386 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-11-14  Ralf Wildenhues  <address@hidden>
+
+       * lib/autoconf/status.m4: Fix a couple of comment typos.
+
+       * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Use $as_me, not $me.
+
 2007-11-13  Jim Meyering  <address@hidden>
 
        Clean up the rule to create "expr".
diff --git a/lib/autoconf/status.m4 b/lib/autoconf/status.m4
index 4412df0..487cc01 100644
--- a/lib/autoconf/status.m4
+++ b/lib/autoconf/status.m4
@@ -189,10 +189,10 @@ m4_define([_AC_CONFIG_DEPENDENCY],
 # ------------------------------------------------------
 # Expand to `:DEST.in' if appropriate, or to empty string otherwise.
 #
-# More detailed edscription:
+# More detailed description:
 # If the tag contains `:', expand to nothing.
 # Otherwise, for a config file or header, add `:DEST.in'.
-# For config link, DEST.in is not appropriate:
+# For a config link, DEST.in is not appropriate:
 #  - if the tag is literal, complain.
 #  - otherwise, just expand to nothing and proceed with fingers crossed.
 #    (We get to this case from the obsolete AC_LINK_FILES, for example.)
diff --git a/lib/m4sugar/m4sh.m4 b/lib/m4sugar/m4sh.m4
index 7036c00..6689e4b 100644
--- a/lib/m4sugar/m4sh.m4
+++ b/lib/m4sugar/m4sh.m4
@@ -1304,7 +1304,7 @@ m4_if([$2], [], [: ${TMPDIR=/tmp}])
   (umask 077 && mkdir "$tmp")
 } ||
 {
-   AS_ECHO(["$me: cannot create a temporary directory in m4_default([$2], 
[$TMPDIR])"]) >&2
+   AS_ECHO(["$as_me: cannot create a temporary directory in m4_default([$2], 
[$TMPDIR])"]) >&2
    AS_EXIT
 }dnl
 ])# AS_TMPDIR


hooks/post-receive
--
GNU Autoconf source repository




reply via email to

[Prev in Thread] Current Thread [Next in Thread]