aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2021-05-05 20:41:18 +0300
committerArnold D. Robbins <arnold@skeeve.com>2021-05-05 20:41:18 +0300
commite52b77bca8dc2a783dd647aa30b3d8486b15f74c (patch)
treea7222cdf72c5a0344d210704794847341559c71e /configure
parent85841e09dbba069e449b6f3e7373f87db1672573 (diff)
parentc8f32f11101300166107c31a76488f71b85f0121 (diff)
downloadegawk-e52b77bca8dc2a783dd647aa30b3d8486b15f74c.tar.gz
egawk-e52b77bca8dc2a783dd647aa30b3d8486b15f74c.tar.bz2
egawk-e52b77bca8dc2a783dd647aa30b3d8486b15f74c.zip
Merge branch 'gawk-5.1-stable'
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure7
1 files changed, 1 insertions, 6 deletions
diff --git a/configure b/configure
index b06c38ab..37409ae0 100755
--- a/configure
+++ b/configure
@@ -2822,12 +2822,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