X-Git-Url: https://ginac.de/CLN/cln.git//cln.git?a=blobdiff_plain;f=autogen.sh;h=2585903d790289eb1d7177007277f9540f504cee;hb=09d9f676a5d1c9652b732d0dd78f0c6130a83165;hp=8617bcb2776850390bbe3774a0013dd8e57490d7;hpb=c1e0f2a2e835ba016dc25276296bb0ee46329993;p=cln.git diff --git a/autogen.sh b/autogen.sh index 8617bcb..2585903 100755 --- a/autogen.sh +++ b/autogen.sh @@ -23,15 +23,14 @@ # Usage: ./autogen.sh -GETTEXT_VERSION=0.20.1 -TEXINFO_VERSION=6.5 +TEXINFO_VERSION=7.0.1 mkdir -p build-aux m4 # libtool # Don't use libtoolize, as it may not be installed or may be outdated. for f in build-aux/ltmain.sh m4/libtool.m4 m4/ltoptions.m4 m4/ltsugar.m4 m4/ltversion.m4 m4/lt~obsolete.m4; do - { wget -nv --timeout=5 -O $f.tmp "https://git.savannah.gnu.org/gitweb/?p=gettext.git;a=blob_plain;f=${f};hb=refs/tags/v${GETTEXT_VERSION}" \ + { wget -nv --timeout=5 -O $f.tmp "https://git.savannah.gnu.org/gitweb/?p=gettext.git;a=blob_plain;f=${f}" \ && mv $f.tmp $f; \ } || rm -f $f.tmp done