diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-05-05 20:42:50 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-05-05 20:42:50 +0300 |
commit | f2b51c0e01ba4298278c503b763d35660f79cc2a (patch) | |
tree | db15a784972a4fe01691d84203087b1d98d5d1d0 /configure | |
parent | 6d5ca1dac2acd1d4f18c291e35582e5d94e936cb (diff) | |
parent | e52b77bca8dc2a783dd647aa30b3d8486b15f74c (diff) | |
download | egawk-f2b51c0e01ba4298278c503b763d35660f79cc2a.tar.gz egawk-f2b51c0e01ba4298278c503b763d35660f79cc2a.tar.bz2 egawk-f2b51c0e01ba4298278c503b763d35660f79cc2a.zip |
Merge branch 'master' into feature/bool
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -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 |