libtool-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Libtool branch, master, updated. v2.2.8-4-gf369e07


From: Gary V. Vaughan
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.8-4-gf369e07
Date: Fri, 04 Jun 2010 21:06:18 +0000

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 Libtool".

The branch, master has been updated
       via  f369e079744be44675513bd5283bd99503bc88b3 (commit)
      from  695c5ee50d2ee6c8943f14c2bd252a6f269abf11 (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 f369e079744be44675513bd5283bd99503bc88b3
Author: Gary V. Vaughan <address@hidden>
Date:   Sat Jun 5 04:06:10 2010 +0700

    Fetch from new upstream host for config.guess and config.sub.
    
    * Makefile.maint (WGET_CGIT): Location of newest config.guess and
    config.sub upstream.
    (fetch): Fetch config.guess and config.sub from WGET_CGIT, rather
    than no-longer-updating WGET_SGO location.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog      |    6 ++++++
 Makefile.maint |    5 +++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 7a0472c..89be093 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2010-06-05  Gary V. Vaughan  <address@hidden>
 
+       Fetch from new upstream host for config.guess and config.sub.
+       * Makefile.maint (WGET_CGIT): Location of newest config.guess and
+       config.sub upstream.
+       (fetch): Fetch config.guess and config.sub from WGET_CGIT, rather
+       than no-longer-updating WGET_SGO location.
+
        Update generated upload directive file format to v1.1.
        * Makefile.maint (git-dist, diffs): Update to generate v1.1 format
        directive files for ftp://ftp-upload.gnu.org/incoming/ftp.
diff --git a/Makefile.maint b/Makefile.maint
index 70d8810..e2fa628 100644
--- a/Makefile.maint
+++ b/Makefile.maint
@@ -121,6 +121,7 @@ check-news:
 WGET = wget
 WGETSGO = $(WGET) 'http://savannah.gnu.org/cgi-bin/viewcvs/~checkout~'
 WGET_GIT = $(WGET) 
'http://git.savannah.gnu.org/gitweb/?a=blob_plain;hb=HEAD;p='
+WGET_CGIT = $(WGET) 'http://git.savannah.gnu.org/cgit/config.git/plain'
 
 ## Files that we fetch and which we compare against.
 ## FIXME should be a lot more here
@@ -140,8 +141,8 @@ fetch:
        (cd Fetchdir && \
        $(WGET_GIT)'gnulib.git;f=doc/INSTALL' -O INSTALL && \
        $(WGET_GIT)'automake.git;f=lib/install-sh' -O install-sh && \
-       $(WGETSGO)/config/config/config.guess -O config.guess && \
-       $(WGETSGO)/config/config/config.sub -O config.sub && \
+       $(WGET_CGIT)/config.guess -O config.guess && \
+       $(WGET_CGIT)/config.sub -O config.sub && \
        $(WGETSGO)/texinfo/texinfo/doc/texinfo.tex -O texinfo.tex )
 ## Don't exit after test because we want to give as many errors as
 ## possible.


hooks/post-receive
-- 
GNU Libtool



reply via email to

[Prev in Thread] Current Thread [Next in Thread]