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 M4 source repository".
http://git.sv.gnu.org/gitweb/?p=m4.git;a=commitdiff;h=a1d3d1a7f79b6244e2e8738b2081f8a910026bd4 The branch, branch-1.6 has been updated via a1d3d1a7f79b6244e2e8738b2081f8a910026bd4 (commit) from 59d3cfafa8d73e43a974bc066722cd6220cb479f (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 a1d3d1a7f79b6244e2e8738b2081f8a910026bd4 Author: Eric Blake <[email protected]> Date: Sat Jan 24 13:13:40 2009 -0700 Add URLs to --help output. * src/m4.c (usage): Use enhanced version-etc features. Signed-off-by: Eric Blake <[email protected]> (cherry picked from commit d499df171ddb2161d1e75055009a9b3d18131591) ----------------------------------------------------------------------- Summary of changes: ChangeLog | 5 +++++ src/m4.c | 10 ++-------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index c590435..5763258 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-01-24 Eric Blake <[email protected]> + + Add URLs to --help output. + * src/m4.c (usage): Use enhanced version-etc features. + 2009-01-06 Eric Blake <[email protected]> Enhance substr to support replacement text. diff --git a/src/m4.c b/src/m4.c index 8d0221f..91842e4 100644 --- a/src/m4.c +++ b/src/m4.c @@ -1,7 +1,7 @@ /* GNU m4 -- A simple macro processor Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 2004, 2005, 2006, - 2007, 2008 Free Software Foundation, Inc. + 2007, 2008, 2009 Free Software Foundation, Inc. This file is part of GNU M4. @@ -292,13 +292,7 @@ of directories included after any specified by `-I'.\n\ Exit status is 0 for success, 1 for failure, 63 for frozen file version\n\ mismatch, or whatever value was passed to the m4exit macro.\n\ "), stdout); - puts (""); - /* TRANSLATORS: the placeholder indicates the bug-reporting - address for this application. Please add _another line_ - saying "Report translation bugs to <...>\n" with the address - for translation bugs (typically your translation team's web - or email address). */ - xprintf (_("Report bugs to <%s>.\n"), PACKAGE_BUGREPORT); + emit_bug_reporting_address (); } exit (status); } hooks/post-receive -- GNU M4 source repository
