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=d170be36bde9a4ffc87df9fb9b39d3cd14c27e52 The branch, branch-1.6 has been updated via d170be36bde9a4ffc87df9fb9b39d3cd14c27e52 (commit) from 79ac696429f7e87c99ade82caf593f8489c574d0 (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 d170be36bde9a4ffc87df9fb9b39d3cd14c27e52 Author: Eric Blake <[email protected]> Date: Mon Mar 23 20:13:04 2009 -0600 Don't force file overwrites during bootstrap. * bootstrap: Ensure that rerunning bootstrap doesn't alter tree. Signed-off-by: Eric Blake <[email protected]> (cherry picked from commit dcf9af31d5ffb69054b2ea63be638cb11041c43d) ----------------------------------------------------------------------- Summary of changes: ChangeLog | 5 +++++ bootstrap | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index e654f23..8b7b347 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-03-23 Eric Blake <[email protected]> + + Don't force file overwrites during bootstrap. + * bootstrap: Ensure that rerunning bootstrap doesn't alter tree. + 2009-03-21 Eric Blake <[email protected]> Exploit git submodule by adding appropriate symlinks. diff --git a/bootstrap b/bootstrap index bb8bdfa..697b350 100755 --- a/bootstrap +++ b/bootstrap @@ -1,6 +1,6 @@ #! /bin/sh -# bootstrap (GNU M4) version 2009-03-21 +# bootstrap (GNU M4) version 2009-03-23 # Written by Gary V. Vaughan <[email protected]> # Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software @@ -291,8 +291,8 @@ $CONFIG_SHELL gnulib/gnulib-tool --update \ ## Autoreconf. ## ## ----------- ## -func_echo "running: $AUTORECONF --force --verbose --install" -$AUTORECONF --force --verbose --install || func_fatal_error "autoreconf failed" +func_echo "running: $AUTORECONF --verbose --install" +$AUTORECONF --verbose --install || func_fatal_error "autoreconf failed" exit 0 hooks/post-receive -- GNU M4 source repository
