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-140


From: Eric Blake
Subject: [SCM] GNU M4 source repository branch, master, updated. cvs-readonly-140-gfd01bdc
Date: Mon, 23 Jun 2008 14:49:11 +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=fd01bdc92e3f0c6de53ad8d61e44e3a81d520577

The branch, master has been updated
       via  fd01bdc92e3f0c6de53ad8d61e44e3a81d520577 (commit)
      from  ea86620b156b2b008bcedacf1eeb9696f21bfa3a (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 fd01bdc92e3f0c6de53ad8d61e44e3a81d520577
Author: Eric Blake <address@hidden>
Date:   Mon Jun 23 08:48:14 2008 -0600

    Fix bootstrap comment.
    
    * bootstrap: DOWNLOAD_PO was previously removed.
    
    Signed-off-by: Eric Blake <address@hidden>

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

Summary of changes:
 ChangeLog |    5 +++++
 bootstrap |    6 +++---
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index c838a8b..f0e04df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-06-23  Eric Blake  <address@hidden>
+
+       Fix bootstrap comment.
+       * bootstrap: DOWNLOAD_PO was previously removed.
+
 2008-06-19  Eric Blake  <address@hidden>
 
        Revert speed regression from 2008-06-16.
diff --git a/bootstrap b/bootstrap
index ad3ce1f..d169d30 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# bootstrap (GNU M4) version 2008-06-03
+# bootstrap (GNU M4) version 2008-06-23
 # Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 # License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
 # This is free software: you are free to change and redistribute it.
@@ -486,9 +486,9 @@ func_update "$gnulibdir"/doc/INSTALL INSTALL
 ## Wrapup. ##
 ## ------- ##
 
-if test x"$DOWNLOAD_PO" != xno; then
+if test x"$SKIP_PO" = x; then
   func_echo "If your pofiles are up-to-date, you can rerun bootstrap"
-  func_echo "as \`DOWNLOAD_PO=no $progname' to avoid redownloading."
+  func_echo "as \`$progname --skip-po' to avoid redownloading."
 fi
 
 exit 0


hooks/post-receive
--
GNU M4 source repository




reply via email to

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