autoconf-commit
[Top][All Lists]
Advanced

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

[SCM] GNU Autoconf source repository branch, master, updated. v2.61a-318


From: Ralf Wildenhues
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.61a-318-g7d3ffc7
Date: Sat, 08 Dec 2007 09:14:54 +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 Autoconf source repository".

http://git.sv.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=7d3ffc74fd0070640e67bb1f4659de1b7c1f6bc8

The branch, master has been updated
       via  7d3ffc74fd0070640e67bb1f4659de1b7c1f6bc8 (commit)
      from  2b1c4241542866a619e9f1507888a3b3c1a5def8 (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 7d3ffc74fd0070640e67bb1f4659de1b7c1f6bc8
Author: Ralf Wildenhues <address@hidden>
Date:   Sat Dec 8 10:14:11 2007 +0100

    * Makefile.am (autom4te-update): Rewrite for git.

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

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

diff --git a/ChangeLog b/ChangeLog
index f997aff..5c59f9f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-12-08  Ralf Wildenhues  <address@hidden>
+
+       * Makefile.am (autom4te-update): Rewrite for git.
+
 2007-12-04  Ralf Wildenhues  <address@hidden>
 
        * doc/autoconf.texi (autom4te Invocation, Autom4te Cache): Fix typos.
diff --git a/Makefile.am b/Makefile.am
index 43c4ab5..cfe88a1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -65,10 +65,8 @@ WGET = wget
 WGETFLAGS = -C off
 
 ## Fetch the latest versions of files we care about.
-automake_cvsweb = \
-   http://sources.redhat.com/cgi-bin/cvsweb.cgi/~checkout~/automake
-automake_cvsargs = \
-   'content-type=text/plain&cvsroot=automake'
+automake_gitweb = \
+  http://git.savannah.gnu.org/gitweb/?p=automake.git;a=blob_plain;hb=HEAD;
 autom4te_files = \
   Autom4te/Configure_ac.pm \
   Autom4te/Channels.pm \
@@ -80,8 +78,9 @@ autom4te-update:
        rm -f -r Fetchdir > /dev/null 2>&1
        mkdir -p Fetchdir/Autom4te
        for file in $(autom4te_files); do \
+         infile=`echo $$file | sed 's/Autom4te/Automake/g'`; \
          $(WGET) $(WGET_FLAGS) \
-           "$(automake_cvsweb)/lib/$file?$(automake_cvsargs)" \
+           "$(automake_gitweb)f=lib/$$infile" \
            -O "Fetchdir/$$file" || exit; \
        done
        perl -pi -e 's/Automake::/Autom4te::/g' Fetchdir/Autom4te/*.pm


hooks/post-receive
--
GNU Autoconf source repository




reply via email to

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