@@ -754,7 +754,7 @@ RESCOMP
754754HAVE_RC
755755CXXCPP
756756RUNENVIRONMENT
757- PROG_PERL
757+ PROG_UV
758758PROG_SED
759759PROG_MAKE
760760PROG_TAR
@@ -5157,16 +5157,16 @@ fi
51575157 if test " ${PROG_SED} x" = " x" ; then
51585158 as_fn_error $? " In order to compile Gecode, you need the sed tool." " $LINENO " 5
51595159 fi
5160- # Extract the first word of "perl ", so it can be a program name with args.
5161- set dummy perl ; ac_word=$2
5160+ # Extract the first word of "uv ", so it can be a program name with args.
5161+ set dummy uv ; ac_word=$2
51625162{ printf " %s\n" " $as_me :${as_lineno-$LINENO } : checking for $ac_word " >&5
51635163printf %s " checking for $ac_word ... " >&6 ; }
5164- if test ${ac_cv_prog_PROG_PERL +y}
5164+ if test ${ac_cv_prog_PROG_UV +y}
51655165then :
51665166 printf %s " (cached) " >&6
51675167else case e in # (
5168- e) if test -n " $PROG_PERL " ; then
5169- ac_cv_prog_PROG_PERL =" $PROG_PERL " # Let the user override the test.
5168+ e) if test -n " $PROG_UV " ; then
5169+ ac_cv_prog_PROG_UV =" $PROG_UV " # Let the user override the test.
51705170else
51715171as_save_IFS=$IFS ; IFS=$PATH_SEPARATOR
51725172for as_dir in $PATH
51795179 esac
51805180 for ac_exec_ext in ' ' $ac_executable_extensions ; do
51815181 if as_fn_executable_p " $as_dir$ac_word$ac_exec_ext " ; then
5182- ac_cv_prog_PROG_PERL= " ok "
5182+ ac_cv_prog_PROG_UV= " uv "
51835183 printf " %s\n" " $as_me :${as_lineno-$LINENO } : found $as_dir$ac_word$ac_exec_ext " >&5
51845184 break 2
51855185 fi
@@ -5190,18 +5190,18 @@ IFS=$as_save_IFS
51905190fi ;;
51915191esac
51925192fi
5193- PROG_PERL= $ac_cv_prog_PROG_PERL
5194- if test -n " $PROG_PERL " ; then
5195- { printf " %s\n" " $as_me :${as_lineno-$LINENO } : result: $PROG_PERL " >&5
5196- printf " %s\n" " $PROG_PERL " >&6 ; }
5193+ PROG_UV= $ac_cv_prog_PROG_UV
5194+ if test -n " $PROG_UV " ; then
5195+ { printf " %s\n" " $as_me :${as_lineno-$LINENO } : result: $PROG_UV " >&5
5196+ printf " %s\n" " $PROG_UV " >&6 ; }
51975197else
51985198 { printf " %s\n" " $as_me :${as_lineno-$LINENO } : result: no" >&5
51995199printf " %s\n" " no" >&6 ; }
52005200fi
52015201
52025202
5203- if test " ${PROG_PERL } x" = " x" ; then
5204- as_fn_error $? " In order to compile Gecode, you need perl ." " $LINENO " 5
5203+ if test " ${PROG_UV } x" = " x" ; then
5204+ as_fn_error $? " In order to compile Gecode, you need uv ." " $LINENO " 5
52055205 fi
52065206
52075207case $host_os in
0 commit comments