From: Gary V. Vaughan Date: Fri, 19 Oct 2012 07:12:59 +0000 (+0700) Subject: bootstrap: use short gnu.org urls consistently. X-Git-Tag: v2.4.2.418~111 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=25b3dda2161d2893c0d642ace0ec13297dfbe835;p=thirdparty%2Flibtool.git bootstrap: use short gnu.org urls consistently. * bootstrap.conf (buildreq): Use gnu.org/s/ style urls to match the ones added automatically by the main bootstrap script. Signed-off-by: Gary V. Vaughan --- diff --git a/bootstrap.conf b/bootstrap.conf index 2c6101f7c..745b51cc8 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -44,9 +44,9 @@ checkout_only_file=HACKING # List of programs (and minimum versions) required to bootstrap, maintain # and release Libtool. buildreq=" - help2man 1.29 http://www.gnu.org/software/help2man - make 3.81 http://www.gnu.org/software/make - makeinfo 4.8 http://www.gnu.org/software/texinfo + help2man 1.29 http://www.gnu.org/s/help2man + make 3.81 http://www.gnu.org/s/make + makeinfo 4.8 http://www.gnu.org/s/texinfo xz 4.999.8beta http://tukaani.org/xz "