commit-inetutils
[Top][All Lists]
Advanced

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

[SCM] GNU Inetutils branch, master, updated. inetutils-1_9_4-41-g80e18f


From: Mats Erik Andersson
Subject: [SCM] GNU Inetutils branch, master, updated. inetutils-1_9_4-41-g80e18f8
Date: Fri, 9 Nov 2018 17:43:31 -0500 (EST)

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

The branch, master has been updated
       via  80e18f8aea59fd15a91b72bfdf974929e0895eb8 (commit)
      from  aee355ca51c02877b771180ab485acbb37055e87 (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 -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=80e18f8aea59fd15a91b72bfdf974929e0895eb8


commit 80e18f8aea59fd15a91b72bfdf974929e0895eb8
Author: Mats Erik Andersson <address@hidden>
Date:   Fri Nov 9 23:40:37 2018 +0100

    Gnulib requires autoconf 2.63, forced by libtool.

diff --git a/ChangeLog b/ChangeLog
index 6a6299f..880c54d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2018-11-09  Mats Erik Andersson  <address@hidden>
+
+       * bootstrap: Updated from gnulib.
+
+       * configure.ac (AC_PREREQ): Require autoconf 2.63.  Gnulib needs
+       a more recent version due to demands put forward by libtool.
+
 2018-09-06  Simon Josefsson  <address@hidden>
 
        * README-alpha (Development): Remove broken links.
diff --git a/bootstrap b/bootstrap
index fa9d7c9..5264d9f 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Print a version string.
-scriptversion=2018-07-25.07; # UTC
+scriptversion=2018-10-13.05; # UTC
 
 # Bootstrap this package from checked-out sources.
 
@@ -162,18 +162,11 @@ bootstrap_post_import_hook() { :; }
 # Override it via your own definition in bootstrap.conf.
 bootstrap_epilogue() { :; }
 
-# The command to download all .po files for a specified domain into
-# a specified directory.  Fill in the first %s is the domain name, and
-# the second with the destination directory.  Use rsync's -L and -r
-# options because the latest/%s directory and the .po files within are
-# all symlinks.
+# The command to download all .po files for a specified domain into a
+# specified directory.  Fill in the first %s with the destination
+# directory and the second with the domain name.
 po_download_command_format=\
-"rsync --include '*.po' --exclude '*' -Lrtvz \
- 'translationproject.org::tp/latest/%s/' '%s'"
-
-# Fallback for downloading .po files (if rsync fails).
-po_download_command_format2=\
-"wget --mirror -nd -q -np -A.po -P '%s' \
+"wget --mirror --level=1 -nd -q -A.po -P '%s' \
  https://translationproject.org/latest/%s/";
 
 # Prefer a non-empty tarname (4th argument of AC_INIT if given), else
@@ -741,10 +734,7 @@ download_po_files() {
   subdir=$1
   domain=$2
   echo "$me: getting translations into $subdir for $domain..."
-  cmd=$(printf "$po_download_command_format" "$domain" "$subdir")
-  eval "$cmd" && return
-  # Fallback to HTTPS.
-  cmd=$(printf "$po_download_command_format2" "$subdir" "$domain")
+  cmd=$(printf "$po_download_command_format" "$subdir" "$domain")
   eval "$cmd"
 }
 
diff --git a/configure.ac b/configure.ac
index 6a6b85e..f825943 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see `http://www.gnu.org/licenses/'.
 
-AC_PREREQ(2.59)
+AC_PREREQ(2.63)
 
 AC_INIT([GNU inetutils],
  m4_esyscmd([build-aux/git-version-gen .tarball-version 
's/inetutils-/v/;s/_/./g']),

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

Summary of changes:
 ChangeLog    |  7 +++++++
 bootstrap    | 22 ++++++----------------
 configure.ac |  2 +-
 3 files changed, 14 insertions(+), 17 deletions(-)


hooks/post-receive
-- 
GNU Inetutils 



reply via email to

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