autoconf-archive: use GNU Mirror sites.

Signed-off-by: Willy Sudiarto Raharjo <willysr@gmail.com>
This commit is contained in:
Willy Sudiarto Raharjo 2020-03-03 21:58:08 +07:00
parent 4ce0173721
commit d99370cd08
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

@ -35,7 +35,7 @@ if [ -z "$ARCH" ]; then
esac
fi
wget -c http://ftp.wayne.edu/gnu/autoconf-archive/$PRGNAM-$VERSION.tar.xz
wget -c http://ftpmirror.gnu.org/autoconf-archive/$PRGNAM-$VERSION.tar.xz
CWD=$(pwd)
TMP=${TMP:-/tmp/msb}