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 <[EMAIL PROTECTED]> Date: Mon Jun 23 08:48:14 2008 -0600 Fix bootstrap comment. * bootstrap: DOWNLOAD_PO was previously removed. Signed-off-by: Eric Blake <[EMAIL PROTECTED]> ----------------------------------------------------------------------- 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 <[EMAIL PROTECTED]> + + Fix bootstrap comment. + * bootstrap: DOWNLOAD_PO was previously removed. + 2008-06-19 Eric Blake <[EMAIL PROTECTED]> 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
