view src/configure @ 21787:837e6a429950 v8.2.1443

patch 8.2.1443: Vim9: crash when interrupting a nested :def function Commit: https://github.com/vim/vim/commit/cdd70f09a5340c3d7ae873f1aaaf9847f27410cc Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 13 21:40:18 2020 +0200 patch 8.2.1443: Vim9: crash when interrupting a nested :def function Problem: Vim9: crash when interrupting a nested :def function. Solution: Push a dummy return value onto the stack. (closes https://github.com/vim/vim/issues/6701)
author Bram Moolenaar <Bram@vim.org>
date Thu, 13 Aug 2020 21:45:05 +0200
parents cd9471bd8e9e
children
line wrap: on
line source

#! /bin/sh
# run the automatically generated configure script
CONFIG_STATUS=auto/config.status \
	auto/configure "$@" --srcdir="${srcdir:-.}" --cache-file=auto/config.cache
result=$?

# Stupid autoconf 2.5x causes this file to be left behind.
if test -f configure.lineno; then rm -f configure.lineno; fi

exit $result