]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
bootstrap: use short gnu.org urls consistently.
authorGary V. Vaughan <gary@gnu.org>
Fri, 19 Oct 2012 07:12:59 +0000 (14:12 +0700)
committerGary V. Vaughan <gary@gnu.org>
Fri, 19 Oct 2012 07:24:21 +0000 (14:24 +0700)
* 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 <gary@gnu.org>
bootstrap.conf

index 2c6101f7cc2ce75c349abb961de672ce6e50d850..745b51cc87086425a5fa355eff31df7e245c8833 100644 (file)
@@ -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
 "