]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Retrieve archive.dir.tar from FTP when bootstrapping.
authorDaiki Ueno <ueno@gnu.org>
Thu, 2 May 2013 05:48:55 +0000 (14:48 +0900)
committerDaiki Ueno <ueno@gnu.org>
Thu, 2 May 2013 05:51:41 +0000 (14:51 +0900)
ChangeLog
autogen.sh

index 6247b4c96d3d6406ca2fe0f15d348a739cab8d26..a56b8466d642cde4e5ad563f37052b60f9c7917b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-05-02  Daiki Ueno  <ueno@gnu.org>
+
+       * autogen.sh: Retrieve archive.dir.tar from FTP when bootstrapping.
+       Reported by Stefano Lattarini in
+       <https://lists.gnu.org/archive/html/bug-gettext/2012-12/msg00058.html>
+
 2013-04-26  Daiki Ueno  <ueno@gnu.org>
 
        * NEWS: Mention Python brace format.
index d1625cab96b7a1e91ff42d1117d60f4704d1de33..56c58ab01487ac791059852301b357d4041db17a 100755 (executable)
@@ -385,6 +385,10 @@ cp -p gettext-runtime/ABOUT-NLS gettext-tools/ABOUT-NLS
      && (cd tests && make update-expected) \
      && make distclean
  fi
+ if ! test -f misc/archive.dir.tar; then
+   wget -q --timeout=5 -O - ftp://alpha.gnu.org/gnu/gettext/archive.dir-latest.tar.gz | gzip -d -c > misc/archive.dir.tar-t \
+     && mv misc/archive.dir.tar-t misc/archive.dir.tar
+ fi
 )
 
 build-aux/fixaclocal aclocal -I m4