From 89e580a80935bce446a3a5526a25caf151bca297 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 17 Sep 2018 11:05:27 +0200 Subject: Prefer https URLs where possible. --- autogen.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index 26c0e86..7cb5cbf 100755 --- a/autogen.sh +++ b/autogen.sh @@ -25,7 +25,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see . +# along with this program. If not, see . # Usage: ./autogen.sh [--skip-gnulib] # @@ -53,7 +53,7 @@ if test $skip_gnulib = false; then # but that is too old (does not support @arrow{}). So take the version which # matches the latest stable texinfo release. if test ! -f build-aux/texinfo.tex; then - { wget -q --timeout=5 -O build-aux/texinfo.tex.tmp 'http://cvs.savannah.gnu.org/viewvc/*checkout*/texinfo/doc/texinfo.tex?root=texinfo&pathrev=texinfo_'`echo $TEXINFO_VERSION | sed -e 's/[.]/_/g'` \ + { wget -q --timeout=5 -O build-aux/texinfo.tex.tmp 'https://cvs.savannah.gnu.org/viewvc/*checkout*/texinfo/doc/texinfo.tex?root=texinfo&pathrev=texinfo_'`echo $TEXINFO_VERSION | sed -e 's/[.]/_/g'` \ && mv build-aux/texinfo.tex.tmp build-aux/texinfo.tex; \ } || rm -f build-aux/texinfo.tex.tmp fi -- cgit v1.2.1