From ed691d25f7e894ddd5348b8082119c697a8d5127 Mon Sep 17 00:00:00 2001 From: Cary R Date: Sat, 10 Jun 2023 20:26:10 -0700 Subject: [PATCH] Add wget commands to update config.guess and config.sub --- autoconf.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/autoconf.sh b/autoconf.sh index 8eee0af8e..c1ebbfd77 100644 --- a/autoconf.sh +++ b/autoconf.sh @@ -6,6 +6,8 @@ # in git, so it is easiest to just run this script whenever needed # to generate the configure script. # +# wget -O config.guess 'https://git.savannah.gnu.org/cgit/config.git/plain/config.guess' +# wget -O config.sub 'https://git.savannah.gnu.org/cgit/config.git/plain/config.sub' echo "Autoconf in root..." autoconf -f