[SCM] GNU Autoconf source repository branch, master, updated. v2.63-294-gdbcfd3b
"Eric Blake" <[email protected]>
| Newsgroups | gmane.comp.sysutils.autoconf.cvs |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]>
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 <[email protected]>
-----------------------------------------------------------------------
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 <[email protected]>
+
+ 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 <[email protected]>
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 [email protected]
Martin Mokrejs [email protected]
Martin Wilck [email protected]
Martyn Johnson [email protected]
-Matej Tyc [email protected]
+Matěj Týč [email protected]
Matteo Frigo ?
Matthew D. Langston [email protected]
Matthew Mueller [email protected]
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