From: Grigorii Sokolik Date: Sat, 17 Oct 2020 15:52:17 +0000 (+0100) Subject: maint: update docs for build prerequisites X-Git-Tag: v9.0~203 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db3131adb8506bf47b7ab5bdbd18e7a5a502a7a0;p=thirdparty%2Fcoreutils.git maint: update docs for build prerequisites * README-prereq: Explicitly pull tags, and update the xz git repo url. --- diff --git a/README-prereq b/README-prereq index fdf89fecde..16684a8b86 100644 --- a/README-prereq +++ b/README-prereq @@ -34,6 +34,7 @@ set correctly by running this command: # Please use the latest stable release version as indicated by git tags. git clone --depth=1 git://git.sv.gnu.org/autoconf.git cd autoconf + git pull --tags git checkout v2.64 autoreconf -vi ./configure --prefix=$prefix @@ -55,7 +56,7 @@ requires version 1.10a or newer, as well as the xz program itself. * xz * - git clone git://ctrl.tukaani.org/xz.git + git clone https://git.tukaani.org/xz.git cd xz ./autogen.sh ./configure --prefix=$prefix