m4-commit
[Top][All Lists]
Advanced

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

[SCM] GNU M4 source repository branch, master, updated. cvs-readonly-185


From: Eric Blake
Subject: [SCM] GNU M4 source repository branch, master, updated. cvs-readonly-185-g3998b3a
Date: Sat, 24 Jan 2009 23:10:20 +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 M4 source repository".

http://git.sv.gnu.org/gitweb/?p=m4.git;a=commitdiff;h=3998b3ad447a3200ce8a040b860a8fd0e109850b

The branch, master has been updated
       via  3998b3ad447a3200ce8a040b860a8fd0e109850b (commit)
      from  6502f317d49a62e0fffca97793bf923cf7897918 (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 3998b3ad447a3200ce8a040b860a8fd0e109850b
Author: Eric Blake <address@hidden>
Date:   Sat Jan 24 13:13:40 2009 -0700

    Add URLs to --help output.
    
    * src/main.c (usage): Use enhanced version-etc features.
    
    Signed-off-by: Eric Blake <address@hidden>
    (cherry picked from commit d499df171ddb2161d1e75055009a9b3d18131591)

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

Summary of changes:
 ChangeLog  |    5 +++++
 src/main.c |   10 ++--------
 2 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 3a7ca97..72d80e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-01-24  Eric Blake  <address@hidden>
+
+       Add URLs to --help output.
+       * src/main.c (usage): Use enhanced version-etc features.
+
 2009-01-07  Eric Blake  <address@hidden>
 
        Enhance substr to support replacement text.
diff --git a/src/main.c b/src/main.c
index c04c549..b4d8da8 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1,7 +1,7 @@
 /* GNU m4 -- A simple macro processor
 
    Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1999, 2000, 2003,
-   2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+   2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
 
    This file is part of GNU M4.
 
@@ -191,13 +191,7 @@ specified by `-M'.  The environment variable 
`POSIXLY_CORRECT' implies\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




reply via email to

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