Skip to content

Commit

Permalink
fetch config.guess/sub from web.archive.org if git.savannah.gnu.org i…
Browse files Browse the repository at this point in the history
…s MIA
  • Loading branch information
edoapra committed Aug 30, 2024
1 parent 89e66d1 commit dc762de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions travis/install-autotools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ if [ -f config.guess ] ; then
echo "config.guess already exists! Using existing copy."
else
if ! ${download} config.guess 'http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD' ; then
${download} config.guess 'https://raw.githubusercontent.com/GlobalArrays/autotools/master/config.guess'
${download} config.guess 'https://web.archive.org/web/20240816170413/http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD'
fi
fi

Expand All @@ -76,7 +76,7 @@ if [ -f config.sub ] ; then
echo "config.sub already exists! Using existing copy."
else
if ! ${download} config.sub 'http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD' ; then
${download} config.guess 'https://raw.githubusercontent.com/GlobalArrays/autotools/master/config.guess'
${download} config.sub 'https://web.archive.org/web/20240816170413/http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD'
fi
fi

Expand Down

0 comments on commit dc762de

Please sign in to comment.