-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 According to Eric Blake on 3/18/2009 11:10 AM: > Any objection to adding automake's compile program to the list of programs > autoupdated into gnulib's build-aux directory? I'd like to pick up the > latest > version of this file (modified this year) while still using a stable automake > release (which has a version from 2005), when I cut my release of m4.
I'm committing this, to take advantage of the latest compile while still cutting the release using only automake 1.10.1 (unless Ralf beats me to the punch in performing an automake release before I get m4 1.4.13 done). - -- Don't work too hard, make some time for fun as well! Eric Blake [email protected] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (Cygwin) Comment: Public key at home.comcast.net/~ericblake/eblake.gpg Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAknCQCkACgkQ84KuGfSFAYAfWgCaAgP1kdq4HF3rcaVtfbAf67pz L0MAn2XmP0EJLkmPS26YkjnCA0QmQRS0 =pu+E -----END PGP SIGNATURE-----
>From 63b51d982df3fbc3cc66712ee3a23a92dfeafb82 Mon Sep 17 00:00:00 2001 From: Eric Blake <[email protected]> Date: Wed, 18 Mar 2009 20:20:42 -0600 Subject: [PATCH] Use latest compile script, even with stable automake. * bootstrap: Also sync build-aux/compile. Signed-off-by: Eric Blake <[email protected]> --- 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 -- 1.6.1.2
_______________________________________________ M4-patches mailing list [email protected] http://lists.gnu.org/mailman/listinfo/m4-patches
