mirror of https://github.com/fltk/fltk
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:
parent
6f7e1f4fb7
commit
a3fd63fd1d
|
@ -3,7 +3,7 @@
|
|||
# Update the bundled scripts config.guess and config.sub
|
||||
# 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
|
||||
# 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 ""
|
||||
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
|
||||
|
||||
echo ""
|
||||
|
|
Loading…
Reference in New Issue