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=dcf9af31d5ffb69054b2ea63be638cb11041c43d The branch, branch-1.4 has been updated via dcf9af31d5ffb69054b2ea63be638cb11041c43d (commit) from 5798a5d9c8f38ee72492f2f5a6f729c510f2fbaf (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 dcf9af31d5ffb69054b2ea63be638cb11041c43d Author: Eric Blake <[email protected]> Date: Mon Mar 23 11:30:49 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]> ----------------------------------------------------------------------- Summary of changes: ChangeLog | 3 +++ bootstrap | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index a681aae..b485138 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +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. + Drop dist-lzma, now that xz replaces lzma. * configure.ac (AM_INIT_AUTOMAKE): Drop dist-lzma. Until a stable automake release includes dist-xz, the release process will just diff --git a/bootstrap b/bootstrap index 2167f3f..e9c8200 100755 --- a/bootstrap +++ b/bootstrap @@ -1,6 +1,6 @@ #! /bin/sh -# bootstrap (GNU M4) version 2009-03-18 +# 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
