comparison src/configure.ac @ 23301:194e1fe08554 v8.2.2196

patch 8.2.2196: :version output has extra spaces in compile and link command Commit: https://github.com/vim/vim/commit/abcbb0e9ad43fc25077e1681528e72ddcbeed300 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Dec 23 12:33:42 2020 +0100 patch 8.2.2196: :version output has extra spaces in compile and link command Problem: :version output has extra spaces in compile and link command. Solution: Adjust QUOTESED. (closes https://github.com/vim/vim/issues/7505)
author Bram Moolenaar <Bram@vim.org>
date Wed, 23 Dec 2020 12:45:07 +0100
parents 96a72f1f6c0c
children b9d94953d3e6
comparison
equal deleted inserted replaced
23300:82c2b15b9132 23301:194e1fe08554
435 esac 435 esac
436 fi 436 fi
437 437
438 dnl Set QUOTESED. Needs additional backslashes on zOS 438 dnl Set QUOTESED. Needs additional backslashes on zOS
439 if test "$zOSUnix" = "yes"; then 439 if test "$zOSUnix" = "yes"; then
440 QUOTESED="sed -e 's/[[\\\\\"]]/\\\\\\\\&/g' -e 's/\\\\\\\\\"/\"/' -e 's/\\\\\\\\\";\$\$/\";/'" 440 QUOTESED="sed -e 's/[[\\\\\"]]/\\\\\\\\&/g' -e 's/\\\\\\\\\"/\"/' -e 's/\\\\\\\\\";\$\$/\";/' -e 's/ */ /g'"
441 else 441 else
442 QUOTESED="sed -e 's/[[\\\\\"]]/\\\\&/g' -e 's/\\\\\"/\"/' -e 's/\\\\\";\$\$/\";/'" 442 QUOTESED="sed -e 's/[[\\\\\"]]/\\\\&/g' -e 's/\\\\\"/\"/' -e 's/\\\\\";\$\$/\";/' -e 's/ */ /g'"
443 fi 443 fi
444 AC_SUBST(QUOTESED) 444 AC_SUBST(QUOTESED)
445 445
446 446
447 dnl Link with -lsmack for Smack stuff; if not found 447 dnl Link with -lsmack for Smack stuff; if not found