@@ -725,7 +725,6 @@ XCODE_SELECT
725725CPP_MM
726726CROSS_COMPILING
727727STRIP
728- MKDIR_P
729728AWK
730729FGREP
731730EGREP
@@ -3886,76 +3885,6 @@ fi
38863885
38873886 test -n " $AWK " && break
38883887done
3889- ac_aux_dir=
3890- for ac_dir in " $srcdir " " $srcdir /.." " $srcdir /../.." ; do
3891- if test -f " $ac_dir /install-sh" ; then
3892- ac_aux_dir=$ac_dir
3893- ac_install_sh=" $ac_aux_dir /install-sh -c"
3894- break
3895- elif test -f " $ac_dir /install.sh" ; then
3896- ac_aux_dir=$ac_dir
3897- ac_install_sh=" $ac_aux_dir /install.sh -c"
3898- break
3899- elif test -f " $ac_dir /shtool" ; then
3900- ac_aux_dir=$ac_dir
3901- ac_install_sh=" $ac_aux_dir /shtool install -c"
3902- break
3903- fi
3904- done
3905- if test -z " $ac_aux_dir " ; then
3906- as_fn_error $? " cannot find install-sh, install.sh, or shtool in \" $srcdir \" \" $srcdir /..\" \" $srcdir /../..\" " " $LINENO " 5
3907- fi
3908-
3909- # These three variables are undocumented and unsupported,
3910- # and are intended to be withdrawn in a future Autoconf release.
3911- # They can cause serious problems if a builder's source tree is in a directory
3912- # whose full name contains unusual characters.
3913- ac_config_guess=" $SHELL $ac_aux_dir /config.guess" # Please don't use this var.
3914- ac_config_sub=" $SHELL $ac_aux_dir /config.sub" # Please don't use this var.
3915- ac_configure=" $SHELL $ac_aux_dir /configure" # Please don't use this var.
3916-
3917-
3918- { $as_echo " $as_me :${as_lineno-$LINENO } : checking for a thread-safe mkdir -p" >&5
3919- $as_echo_n " checking for a thread-safe mkdir -p... " >&6 ; }
3920- if test -z " $MKDIR_P " ; then
3921- if ${ac_cv_path_mkdir+: } false ; then :
3922- $as_echo_n " (cached) " >&6
3923- else
3924- as_save_IFS=$IFS ; IFS=$PATH_SEPARATOR
3925- for as_dir in $PATH$PATH_SEPARATOR /opt/sfw/bin
3926- do
3927- IFS=$as_save_IFS
3928- test -z " $as_dir " && as_dir=.
3929- for ac_prog in mkdir gmkdir; do
3930- for ac_exec_ext in ' ' $ac_executable_extensions ; do
3931- as_fn_executable_p " $as_dir /$ac_prog$ac_exec_ext " || continue
3932- case ` " $as_dir /$ac_prog$ac_exec_ext " --version 2>&1 ` in # (
3933- ' mkdir (GNU coreutils) ' * | \
3934- ' mkdir (coreutils) ' * | \
3935- ' mkdir (fileutils) ' 4.1* )
3936- ac_cv_path_mkdir=$as_dir /$ac_prog$ac_exec_ext
3937- break 3;;
3938- esac
3939- done
3940- done
3941- done
3942- IFS=$as_save_IFS
3943-
3944- fi
3945-
3946- test -d ./--version && rmdir ./--version
3947- if test " ${ac_cv_path_mkdir+set} " = set ; then
3948- MKDIR_P=" $ac_cv_path_mkdir -p"
3949- else
3950- # As a last resort, use the slow shell script. Don't cache a
3951- # value for MKDIR_P within a source directory, because that will
3952- # break other packages using the cache if that directory is
3953- # removed, or if the value is a relative name.
3954- MKDIR_P=" $ac_install_sh -d"
3955- fi
3956- fi
3957- { $as_echo " $as_me :${as_lineno-$LINENO } : result: $MKDIR_P " >&5
3958- $as_echo " $MKDIR_P " >&6 ; }
39593888
39603889# Extract the first word of "strip", so it can be a program name with args.
39613890set dummy strip; ac_word=$2
@@ -14785,7 +14714,6 @@ gives unlimited permission to copy, distribute and modify it."
1478514714
1478614715ac_pwd='$ac_pwd '
1478714716srcdir='$srcdir '
14788- MKDIR_P='$MKDIR_P '
1478914717AWK='$AWK '
1479014718test -n " \$ AWK" || AWK=awk
1479114719_ACEOF
@@ -15343,11 +15271,6 @@ ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1534315271 # CONFIG_FILE
1534415272 #
1534515273
15346- ac_MKDIR_P=$MKDIR_P
15347- case $MKDIR_P in
15348- [\\ /$]* | ? :[\\ /]* ) ;;
15349- * /* ) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
15350- esac
1535115274_ACEOF
1535215275
1535315276cat >> $CONFIG_STATUS << \_ACEOF || ac_write_fail=1
@@ -15401,7 +15324,6 @@ s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
1540115324s&@builddir@&$ac_builddir &;t t
1540215325s&@abs_builddir@&$ac_abs_builddir &;t t
1540315326s&@abs_top_builddir@&$ac_abs_top_builddir &;t t
15404- s&@MKDIR_P@&$ac_MKDIR_P &;t t
1540515327$ac_datarootdir_hack
1540615328"
1540715329eval sed \"\$ ac_sed_extra\" "$ac_file_inputs " | $AWK -f "$ac_tmp /subs.awk" \
0 commit comments