@@ -674,7 +674,6 @@ GUNZIP
674674TAR
675675DOWNLOAD
676676CURL
677- WGET
678677RANLIB
679678AR
680679target_os
@@ -4420,108 +4419,6 @@ fi
44204419
44214420# Find tools to download and unpack with
44224421
4423- if test -n " $ac_tool_prefix " ; then
4424- # Extract the first word of "${ac_tool_prefix}wget", so it can be a program name with args.
4425- set dummy ${ac_tool_prefix} wget; ac_word=$2
4426- { printf " %s\n" " $as_me :${as_lineno-$LINENO } : checking for $ac_word " >&5
4427- printf %s " checking for $ac_word ... " >&6 ; }
4428- if test ${ac_cv_prog_WGET+y}
4429- then :
4430- printf %s " (cached) " >&6
4431- else $as_nop
4432- if test -n " $WGET " ; then
4433- ac_cv_prog_WGET=" $WGET " # Let the user override the test.
4434- else
4435- as_save_IFS=$IFS ; IFS=$PATH_SEPARATOR
4436- for as_dir in $PATH
4437- do
4438- IFS=$as_save_IFS
4439- case $as_dir in # (((
4440- ' ' ) as_dir=./ ;;
4441- * /) ;;
4442- * ) as_dir=$as_dir / ;;
4443- esac
4444- for ac_exec_ext in ' ' $ac_executable_extensions ; do
4445- if as_fn_executable_p " $as_dir$ac_word$ac_exec_ext " ; then
4446- ac_cv_prog_WGET=" ${ac_tool_prefix} wget"
4447- printf " %s\n" " $as_me :${as_lineno-$LINENO } : found $as_dir$ac_word$ac_exec_ext " >&5
4448- break 2
4449- fi
4450- done
4451- done
4452- IFS=$as_save_IFS
4453-
4454- fi
4455- fi
4456- WGET=$ac_cv_prog_WGET
4457- if test -n " $WGET " ; then
4458- { printf " %s\n" " $as_me :${as_lineno-$LINENO } : result: $WGET " >&5
4459- printf " %s\n" " $WGET " >&6 ; }
4460- else
4461- { printf " %s\n" " $as_me :${as_lineno-$LINENO } : result: no" >&5
4462- printf " %s\n" " no" >&6 ; }
4463- fi
4464-
4465-
4466- fi
4467- if test -z " $ac_cv_prog_WGET " ; then
4468- ac_ct_WGET=$WGET
4469- # Extract the first word of "wget", so it can be a program name with args.
4470- set dummy wget; ac_word=$2
4471- { printf " %s\n" " $as_me :${as_lineno-$LINENO } : checking for $ac_word " >&5
4472- printf %s " checking for $ac_word ... " >&6 ; }
4473- if test ${ac_cv_prog_ac_ct_WGET+y}
4474- then :
4475- printf %s " (cached) " >&6
4476- else $as_nop
4477- if test -n " $ac_ct_WGET " ; then
4478- ac_cv_prog_ac_ct_WGET=" $ac_ct_WGET " # Let the user override the test.
4479- else
4480- as_save_IFS=$IFS ; IFS=$PATH_SEPARATOR
4481- for as_dir in $PATH
4482- do
4483- IFS=$as_save_IFS
4484- case $as_dir in # (((
4485- ' ' ) as_dir=./ ;;
4486- * /) ;;
4487- * ) as_dir=$as_dir / ;;
4488- esac
4489- for ac_exec_ext in ' ' $ac_executable_extensions ; do
4490- if as_fn_executable_p " $as_dir$ac_word$ac_exec_ext " ; then
4491- ac_cv_prog_ac_ct_WGET=" wget"
4492- printf " %s\n" " $as_me :${as_lineno-$LINENO } : found $as_dir$ac_word$ac_exec_ext " >&5
4493- break 2
4494- fi
4495- done
4496- done
4497- IFS=$as_save_IFS
4498-
4499- fi
4500- fi
4501- ac_ct_WGET=$ac_cv_prog_ac_ct_WGET
4502- if test -n " $ac_ct_WGET " ; then
4503- { printf " %s\n" " $as_me :${as_lineno-$LINENO } : result: $ac_ct_WGET " >&5
4504- printf " %s\n" " $ac_ct_WGET " >&6 ; }
4505- else
4506- { printf " %s\n" " $as_me :${as_lineno-$LINENO } : result: no" >&5
4507- printf " %s\n" " no" >&6 ; }
4508- fi
4509-
4510- if test " x$ac_ct_WGET " = x; then
4511- WGET=" "
4512- else
4513- case $cross_compiling :$ac_tool_warned in
4514- yes:)
4515- { printf " %s\n" " $as_me :${as_lineno-$LINENO } : WARNING: using cross tools not prefixed with host triplet" >&5
4516- printf " %s\n" " $as_me : WARNING: using cross tools not prefixed with host triplet" >&2 ; }
4517- ac_tool_warned=yes ;;
4518- esac
4519- WGET=$ac_ct_WGET
4520- fi
4521- else
4522- WGET=" $ac_cv_prog_WGET "
4523- fi
4524-
45254422 if test -n " $ac_tool_prefix " ; then
45264423 # Extract the first word of "${ac_tool_prefix}curl", so it can be a program name with args.
45274424set dummy ${ac_tool_prefix} curl; ac_word=$2
@@ -4625,24 +4522,16 @@ else
46254522fi
46264523
46274524
4628- { printf " %s\n" " $as_me :${as_lineno-$LINENO } : checking for a wget or curl to download files with" >&5
4629- printf %s " checking for a wget or curl to download files with... " >&6 ; }
4630- if test " x$WGET " ! = " x"
4525+ { printf " %s\n" " $as_me :${as_lineno-$LINENO } : checking for a tool to download files with" >&5
4526+ printf %s " checking for a tool to download files with... " >&6 ; }
4527+ if test " x$CURL " ! = " x"
46314528 then
4632- # The MESA SDK server rejects wget, this is the official work-around
4633- DOWNLOAD=" $WGET --progress=bar:force:noscroll --user-agent='' -O -"
4529+ DOWNLOAD=" $CURL -L"
46344530 { printf " %s\n" " $as_me :${as_lineno-$LINENO } : result: yes" >&5
46354531printf " %s\n" " yes" >&6 ; }
46364532 else
4637- if test " x$CURL " ! = " x"
4638- then
4639- DOWNLOAD=" $CURL -L"
4640- { printf " %s\n" " $as_me :${as_lineno-$LINENO } : result: yes" >&5
4641- printf " %s\n" " yes" >&6 ; }
4642- else
4643- { printf " %s\n" " $as_me :${as_lineno-$LINENO } : result: no" >&5
4533+ { printf " %s\n" " $as_me :${as_lineno-$LINENO } : result: no" >&5
46444534printf " %s\n" " no" >&6 ; }
4645- fi
46464535 fi
46474536
46484537
@@ -6315,11 +6204,11 @@ if test x$ac_prog_cxx_stdcxx = xno
63156204then :
63166205 { printf " %s\n" " $as_me :${as_lineno-$LINENO } : checking for $CXX option to enable C++11 features" >&5
63176206printf %s " checking for $CXX option to enable C++11 features... " >&6 ; }
6318- if test ${ac_cv_prog_cxx_11 +y}
6207+ if test ${ac_cv_prog_cxx_cxx11 +y}
63196208then :
63206209 printf %s " (cached) " >&6
63216210else $as_nop
6322- ac_cv_prog_cxx_11 =no
6211+ ac_cv_prog_cxx_cxx11 =no
63236212ac_save_CXX=$CXX
63246213cat confdefs.h - << _ACEOF >conftest.$ac_ext
63256214/* end confdefs.h. */
@@ -6361,11 +6250,11 @@ if test x$ac_prog_cxx_stdcxx = xno
63616250then :
63626251 { printf " %s\n" " $as_me :${as_lineno-$LINENO } : checking for $CXX option to enable C++98 features" >&5
63636252printf %s " checking for $CXX option to enable C++98 features... " >&6 ; }
6364- if test ${ac_cv_prog_cxx_98 +y}
6253+ if test ${ac_cv_prog_cxx_cxx98 +y}
63656254then :
63666255 printf %s " (cached) " >&6
63676256else $as_nop
6368- ac_cv_prog_cxx_98 =no
6257+ ac_cv_prog_cxx_cxx98 =no
63696258ac_save_CXX=$CXX
63706259cat confdefs.h - << _ACEOF >conftest.$ac_ext
63716260/* end confdefs.h. */
0 commit comments