Update source URL in misc/update_config_scripts

Note: I'm not going to update our bundled files 'config.guess' and
  'config.sub' though. This should only be done if really necessary.
This commit is contained in:
Albrecht Schlosser 2023-11-17 16:12:41 +01:00
parent 6f7e1f4fb7
commit a3fd63fd1d
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
# Update the bundled scripts config.guess and config.sub # Update the bundled scripts config.guess and config.sub
# for the Fast Light Tool Kit (FLTK). # for the Fast Light Tool Kit (FLTK).
# #
# Copyright 1998-2021 by Bill Spitzak and others. # Copyright 1998-2023 by Bill Spitzak and others.
# #
# This library is free software. Distribution and use rights are outlined in # This library is free software. Distribution and use rights are outlined in
# the file "COPYING" which should have been included with this file. If this # the file "COPYING" which should have been included with this file. If this
@ -43,7 +43,7 @@ for FILE in config.guess config.sub; do
echo "Downloading $FILE..." echo "Downloading $FILE..."
echo "" echo ""
wget -O $FILE \ wget -O $FILE \
"http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=$FILE" "https://git.savannah.gnu.org/cgit/config.git/plain/$FILE"
done done
echo "" echo ""