view src/configure @ 23205:d998222d314d v8.2.2148

patch 8.2.2148: Vim9: crash when user command doesn't match Commit: https://github.com/vim/vim/commit/1c0aa97827f30e3051ee50a0690555c2c23c0ceb Author: Bram Moolenaar <Bram@vim.org> Date: Wed Dec 16 21:43:54 2020 +0100 patch 8.2.2148: Vim9: crash when user command doesn't match Problem: Vim9: crash when user command doesn't match. Solution: Adjust command index. (closes https://github.com/vim/vim/issues/7479)
author Bram Moolenaar <Bram@vim.org>
date Wed, 16 Dec 2020 21:45:06 +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