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=d499df171ddb2161d1e75055009a9b3d18131591 The branch, branch-1.4 has been updated via d499df171ddb2161d1e75055009a9b3d18131591 (commit) from 307f7138cab1c25928515ac67cc9e41f9cbf96d9 (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 d499df171ddb2161d1e75055009a9b3d18131591 Author: Eric Blake <[email protected]> Date: Sat Jan 24 13:02:48 2009 -0700 Add URLs to --help output. * src/m4.c (usage): Use enhanced version-etc features. Signed-off-by: Eric Blake <[email protected]> ----------------------------------------------------------------------- Summary of changes: ChangeLog | 5 +++++ src/m4.c | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2a66325..c55e79f 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-02 Eric Blake <[email protected]> Use nicer email address in web manual. diff --git a/src/m4.c b/src/m4.c index 65b5092..914655a 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. @@ -260,7 +260,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); - xprintf ("\nReport bugs to <%s>.\n", PACKAGE_BUGREPORT); + emit_bug_reporting_address (); } exit (status); } hooks/post-receive -- GNU M4 source repository
