view src/configure @ 28323:82f34ca7b3b7 v8.2.4687

patch 8.2.4687: "vimgrep /%v/ *" may cause a crash Commit: https://github.com/vim/vim/commit/e8a4c0d91f89544e4f94b7bd612b5fb780944c33 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Apr 4 18:14:34 2022 +0100 patch 8.2.4687: "vimgrep /\%v/ *" may cause a crash Problem: "vimgrep /\%v/ *" may cause a crash. Solution: When compiling the pattern with the old engine fails, restore the regprog of the new engine instead of leaving it NULL. (closes #10079)
author Bram Moolenaar <Bram@vim.org>
date Mon, 04 Apr 2022 19:15:03 +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