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.63-294-


From: Eric Blake
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.63-294-gdbcfd3b
Date: Tue, 24 Mar 2009 12:02:40 +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=dbcfd3b29f339ac0ca2f18685258c02b0e45889c

The branch, master has been updated
       via  dbcfd3b29f339ac0ca2f18685258c02b0e45889c (commit)
      from  abee382683d1b977f2ab4a91121b4277045e6d5a (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 dbcfd3b29f339ac0ca2f18685258c02b0e45889c
Author: Eric Blake <address@hidden>
Date:   Tue Mar 24 05:58:52 2009 -0600

    Fix underquoted example in manual.
    
    * doc/autoconf.texi (Common Shell Constructs) <AS_TR_CPP>:
    Properly m4-quote #.
    * THANKS: Update spelling.
    Reported by Matěj Týč.
    
    Signed-off-by: Eric Blake <address@hidden>

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

Summary of changes:
 ChangeLog         |    8 ++++++++
 THANKS            |    2 +-
 doc/autoconf.texi |    3 ++-
 3 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 3829924..f6b82e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-03-24  Eric Blake  <address@hidden>
+
+       Fix underquoted example in manual.
+       * doc/autoconf.texi (Common Shell Constructs) <AS_TR_CPP>:
+       Properly m4-quote #.
+       * THANKS: Update spelling.
+       Reported by Matěj Týč.
+
 2009-03-18  Eric Blake  <address@hidden>
 
        Manual: mention more expr pitfalls.
diff --git a/THANKS b/THANKS
index 8d8bb37..6c9da3b 100644
--- a/THANKS
+++ b/THANKS
@@ -232,7 +232,7 @@ Martin Koeppe               address@hidden
 Martin Mokrejs              address@hidden
 Martin Wilck                address@hidden
 Martyn Johnson              address@hidden
-Matej Tyc                   address@hidden
+Matěj Týč                   address@hidden
 Matteo Frigo                ?
 Matthew D. Langston         address@hidden
 Matthew Mueller             address@hidden
diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index a4cb0d1..5e490fe 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -12451,8 +12451,9 @@ For example:
 
 @example
 # This outputs "#define HAVE_CHAR_P 1".
+# Notice the m4 quoting around #, to prevent an m4 comment
 type="char *"
-echo "#define AS_TR_CPP([HAVE_$type]) 1"
+echo "[#]define AS_TR_CPP([HAVE_$type]) 1"
 @end example
 @end defmac
 


hooks/post-receive
--
GNU Autoconf source repository




reply via email to

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