view src/configure @ 23348:456d625bb8c1 v8.2.2217

patch 8.2.2217: Vim9: command modifiers not restored in catch block Commit: https://github.com/vim/vim/commit/20a762987eaa7e6034e9f75df0eb87eedb85d71f Author: Bram Moolenaar <Bram@vim.org> Date: Fri Dec 25 19:47:24 2020 +0100 patch 8.2.2217: Vim9: command modifiers not restored in catch block Problem: Vim9: command modifiers not restored in catch block. Solution: Restore command modifiers. (closes https://github.com/vim/vim/issues/7542)
author Bram Moolenaar <Bram@vim.org>
date Fri, 25 Dec 2020 20:00:03 +0100
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