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=63b51d982df3fbc3cc66712ee3a23a92dfeafb82 The branch, branch-1.4 has been updated via 63b51d982df3fbc3cc66712ee3a23a92dfeafb82 (commit) from c05bae4ccb7b39543b019d612a4bdb6b7c6f0b08 (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 63b51d982df3fbc3cc66712ee3a23a92dfeafb82 Author: Eric Blake <[email protected]> Date: Wed Mar 18 20:20:42 2009 -0600 Use latest compile script, even with stable automake. * bootstrap: Also sync build-aux/compile. Signed-off-by: Eric Blake <[email protected]> ----------------------------------------------------------------------- Summary of changes: ChangeLog | 5 +++++ bootstrap | 3 ++- 2 files changed, 7 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index cf9aa91..518e277 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-03-18 Eric Blake <[email protected]> + + Use latest compile script, even with stable automake. + * bootstrap: Also sync build-aux/compile. + 2009-03-12 Eric Blake <[email protected]> Fix awk script portability. diff --git a/bootstrap b/bootstrap index 1c558a7..d2a55fd 100755 --- a/bootstrap +++ b/bootstrap @@ -1,6 +1,6 @@ #! /bin/sh -# bootstrap (GNU M4) version 2009-02-26 +# bootstrap (GNU M4) version 2009-03-18 # Written by Gary V. Vaughan <[email protected]> # Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software @@ -299,6 +299,7 @@ $AUTORECONF --force --verbose --install || func_fatal_error "autoreconf failed" ## Gnulib is more up-to-date than automake. ## ## ---------------------------------------- ## +func_update "$gnulibdir"/build-aux/compile build-aux/compile func_update "$gnulibdir"/build-aux/config.guess build-aux/config.guess func_update "$gnulibdir"/build-aux/config.sub build-aux/config.sub func_update "$gnulibdir"/build-aux/depcomp build-aux/depcomp hooks/post-receive -- GNU M4 source repository
