File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 239239# #
240240
241241if build " m4" ; then
242- download " https://ftpmirror .gnu.org/m4/m4-1.4.18.tar.xz"
242+ download " https://ftp .gnu.org/gnu /m4/m4-1.4.18.tar.xz"
243243 # https://lists.gnu.org/archive/html/bug-m4/2018-08/msg00000.html
244244 # No new version of M4 has been released, so a patch has been applied.
245245 execute curl -sLJO https://github.com/easybuilders/easybuild-easyconfigs/raw/master/easybuild/easyconfigs/m/M4/M4-1.4.18_glibc_2.28.patch
@@ -251,23 +251,23 @@ if build "m4"; then
251251fi
252252
253253if build " autoconf" ; then
254- download " https://ftpmirror .gnu.org/autoconf/autoconf-2.69.tar.xz"
254+ download " https://ftp .gnu.org/gnu /autoconf/autoconf-2.69.tar.xz"
255255 execute ./configure --prefix=" ${WORKSPACE} "
256256 execute make -j $MJOBS
257257 execute make install
258258 build_done " autoconf"
259259fi
260260
261261if build " automake" ; then
262- download " https://ftpmirror .gnu.org/automake/automake-1.16.tar.xz"
262+ download " https://ftp .gnu.org/gnu /automake/automake-1.16.tar.xz"
263263 execute ./configure --prefix=" ${WORKSPACE} "
264264 execute make -j $MJOBS
265265 execute make install
266266 build_done " automake"
267267fi
268268
269269if build " libtool" ; then
270- download " https://ftpmirror .gnu.org/libtool/libtool-2.4.6.tar.xz"
270+ download " https://ftp .gnu.org/gnu /libtool/libtool-2.4.6.tar.xz"
271271 execute ./configure --prefix=" ${WORKSPACE} " --disable-shared --enable-static
272272 execute make -j $MJOBS
273273 execute make install
You can’t perform that action at this time.
0 commit comments