summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMarti Maria <marti.maria@littlecms.com>2020-04-26 12:09:34 +0200
committerMarti Maria <marti.maria@littlecms.com>2020-04-26 12:09:34 +0200
commitba5883ba0b6ca8fc931d444d0192ead4d538475e (patch)
treecbce416df7028fd7438cede4813de3ab7ddc2470 /configure
parent2ee4e22726abb758abc3cc324f1f4990609dbca2 (diff)
downloadlcms2-ba5883ba0b6ca8fc931d444d0192ead4d538475e.tar.gz
Update configure
MSYS2 messed up things
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure51
1 files changed, 17 insertions, 34 deletions
diff --git a/configure b/configure
index f89c8cc..a146649 100755
--- a/configure
+++ b/configure
@@ -19782,12 +19782,9 @@ ltmain="$ac_aux_dir/ltmain.sh"
sed -e '/^func_dirname ()$/,/^} # func_dirname /c\
func_dirname ()\
{\
-\ case ${1} in
-\
-\ */*) func_dirname_result="${1%/*}${2}" ;;
-\
-\ * ) func_dirname_result="${3}" ;;
-\
+\ case ${1} in \
+\ */*) func_dirname_result="${1%/*}${2}" ;; \
+\ * ) func_dirname_result="${3}" ;; \
\ esac\
} # Extended-shell func_dirname implementation' "$cfgfile" > $cfgfile.tmp \
&& mv -f "$cfgfile.tmp" "$cfgfile" \
@@ -19808,14 +19805,10 @@ test 0 -eq $? || _lt_function_replace_fail=:
sed -e '/^func_dirname_and_basename ()$/,/^} # func_dirname_and_basename /c\
func_dirname_and_basename ()\
{\
-\ case ${1} in
-\
-\ */*) func_dirname_result="${1%/*}${2}" ;;
-\
-\ * ) func_dirname_result="${3}" ;;
-\
-\ esac
-\
+\ case ${1} in \
+\ */*) func_dirname_result="${1%/*}${2}" ;; \
+\ * ) func_dirname_result="${3}" ;; \
+\ esac \
\ func_basename_result="${1##*/}"\
} # Extended-shell func_dirname_and_basename implementation' "$cfgfile" > $cfgfile.tmp \
&& mv -f "$cfgfile.tmp" "$cfgfile" \
@@ -19826,14 +19819,10 @@ test 0 -eq $? || _lt_function_replace_fail=:
sed -e '/^func_stripname ()$/,/^} # func_stripname /c\
func_stripname ()\
{\
-\ # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
-\
-\ # positional parameters, so assign one to ordinary parameter first.
-\
-\ func_stripname_result=${3}
-\
-\ func_stripname_result=${func_stripname_result#"${1}"}
-\
+\ # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are \
+\ # positional parameters, so assign one to ordinary parameter first. \
+\ func_stripname_result=${3} \
+\ func_stripname_result=${func_stripname_result#"${1}"} \
\ func_stripname_result=${func_stripname_result%"${2}"}\
} # Extended-shell func_stripname implementation' "$cfgfile" > $cfgfile.tmp \
&& mv -f "$cfgfile.tmp" "$cfgfile" \
@@ -19844,8 +19833,7 @@ test 0 -eq $? || _lt_function_replace_fail=:
sed -e '/^func_split_long_opt ()$/,/^} # func_split_long_opt /c\
func_split_long_opt ()\
{\
-\ func_split_long_opt_name=${1%%=*}
-\
+\ func_split_long_opt_name=${1%%=*} \
\ func_split_long_opt_arg=${1#*=}\
} # Extended-shell func_split_long_opt implementation' "$cfgfile" > $cfgfile.tmp \
&& mv -f "$cfgfile.tmp" "$cfgfile" \
@@ -19856,8 +19844,7 @@ test 0 -eq $? || _lt_function_replace_fail=:
sed -e '/^func_split_short_opt ()$/,/^} # func_split_short_opt /c\
func_split_short_opt ()\
{\
-\ func_split_short_opt_arg=${1#??}
-\
+\ func_split_short_opt_arg=${1#??} \
\ func_split_short_opt_name=${1%"$func_split_short_opt_arg"}\
} # Extended-shell func_split_short_opt implementation' "$cfgfile" > $cfgfile.tmp \
&& mv -f "$cfgfile.tmp" "$cfgfile" \
@@ -19868,12 +19855,9 @@ test 0 -eq $? || _lt_function_replace_fail=:
sed -e '/^func_lo2o ()$/,/^} # func_lo2o /c\
func_lo2o ()\
{\
-\ case ${1} in
-\
-\ *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
-\
-\ *) func_lo2o_result=${1} ;;
-\
+\ case ${1} in \
+\ *.lo) func_lo2o_result=${1%.lo}.${objext} ;; \
+\ *) func_lo2o_result=${1} ;; \
\ esac\
} # Extended-shell func_lo2o implementation' "$cfgfile" > $cfgfile.tmp \
&& mv -f "$cfgfile.tmp" "$cfgfile" \
@@ -19926,8 +19910,7 @@ test 0 -eq $? || _lt_function_replace_fail=:
sed -e '/^func_append_quoted ()$/,/^} # func_append_quoted /c\
func_append_quoted ()\
{\
-\ func_quote_for_eval "${2}"
-\
+\ func_quote_for_eval "${2}" \
\ eval "${1}+=\\\\ \\$func_quote_for_eval_result"\
} # Extended-shell func_append_quoted implementation' "$cfgfile" > $cfgfile.tmp \
&& mv -f "$cfgfile.tmp" "$cfgfile" \