summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2019-02-10 16:36:52 +0100
committerBruno Haible <bruno@clisp.org>2019-02-10 16:36:52 +0100
commit7cee3474bbdf4969c0467454465785cb5ae2e28b (patch)
treeb914d5f138a0a4dc7accb20512b9aeaf36d59921
parent5d5b162449fc2d2249af5222c1877f9624ca659b (diff)
downloadlibunistring-7cee3474bbdf4969c0467454465785cb5ae2e28b.tar.gz
Use a newer texinfo.tex.
-rw-r--r--ChangeLog7
-rwxr-xr-xautogen.sh6
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 <bruno@clisp.org>
+
+ 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 <bruno@clisp.org>
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