diff options
author | Karl Berry <karl@freefriends.org> | 2020-11-19 18:31:09 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-11-19 18:31:09 +0000 |
commit | c3abf04eae63220f1e931be3cb5cbd4f1f292898 (patch) | |
tree | bd77211164500e96ff5d1ce107070659907882a8 /Build/source/texk/ps2pk/configure | |
parent | 5188fa1039c4a20f002957623ff3454302064dc3 (diff) |
automake 1.16.3
git-svn-id: svn://tug.org/texlive/trunk@56964 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/ps2pk/configure')
-rwxr-xr-x | Build/source/texk/ps2pk/configure | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/Build/source/texk/ps2pk/configure b/Build/source/texk/ps2pk/configure index 623078391eb..31e8e16daa3 100755 --- a/Build/source/texk/ps2pk/configure +++ b/Build/source/texk/ps2pk/configure @@ -2731,12 +2731,7 @@ program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` am_aux_dir=`cd "$ac_aux_dir" && pwd` if test x"${MISSING+set}" != xset; then - case $am_aux_dir in - *\ * | *\ *) - MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; - *) - MISSING="\${SHELL} $am_aux_dir/missing" ;; - esac + MISSING="\${SHELL} '$am_aux_dir/missing'" fi # Use eval to expand $SHELL if eval "$MISSING --is-lightweight"; then |