[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: syncing build-aux/compile
From: |
Eric Blake |
Subject: |
Re: syncing build-aux/compile |
Date: |
Thu, 19 Mar 2009 06:52:57 -0600 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.19) Gecko/20081209 Thunderbird/2.0.0.19 Mnenhy/0.7.6.666 |
-----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 address@hidden
-----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 <address@hidden>
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 <address@hidden>
---
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 <address@hidden>
+
+ Use latest compile script, even with stable automake.
+ * bootstrap: Also sync build-aux/compile.
+
2009-03-12 Eric Blake <address@hidden>
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 <address@hidden>
# 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: syncing build-aux/compile,
Eric Blake <=