From 7cee3474bbdf4969c0467454465785cb5ae2e28b Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 10 Feb 2019 16:36:52 +0100 Subject: Use a newer texinfo.tex. --- ChangeLog | 7 +++++++ autogen.sh | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index cc4f4af..6e72ed0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2019-02-10 Bruno Haible + + Use a newer texinfo.tex. + * autogen.sh (TEXINFO_VERSION): Bump to 6.5. + Fetch texinfo.tex from the texinfo git repository instead of the + obsolete texinfo CVS repository. + 2019-02-04 Bruno Haible Remove left-over empty directories in 'make distclean'. diff --git a/autogen.sh b/autogen.sh index 489fcfb..4feebb7 100755 --- a/autogen.sh +++ b/autogen.sh @@ -43,7 +43,7 @@ while :; do esac done -TEXINFO_VERSION=4.13 +TEXINFO_VERSION=6.5 if test $skip_gnulib = false; then # texinfo.tex @@ -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 'https://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://git.savannah.gnu.org/gitweb/?p=texinfo.git;a=blob_plain;f=doc/texinfo.tex;hb=refs/tags/texinfo-'"$TEXINFO_VERSION" \ && mv build-aux/texinfo.tex.tmp build-aux/texinfo.tex; \ } || rm -f build-aux/texinfo.tex.tmp fi @@ -463,7 +463,7 @@ if test $skip_gnulib = false; then $GNULIB_TOOL --copy-file build-aux/test-driver.diff # If we got no texinfo.tex so far, take the snapshot from gnulib. if test ! -f build-aux/texinfo.tex; then - $GNULIB_TOOL --copy-file build-aux/texinfo.tex build-aux/texinfo.tex + $GNULIB_TOOL --copy-file build-aux/texinfo.tex fi fi fi -- cgit v1.2.1