view src/configure @ 24004:90fbe1a3b23c v8.2.2544

patch 8.2.2544: Vim9: error for argument when checking for lambda Commit: https://github.com/vim/vim/commit/bc327ccc3dd408463fc74266f57b879888a13e51 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Feb 23 12:05:46 2021 +0100 patch 8.2.2544: Vim9: error for argument when checking for lambda Problem: Vim9: error for argument when checking for lambda. Solution: Respect the skip flag. (closes https://github.com/vim/vim/issues/7887)
author Bram Moolenaar <Bram@vim.org>
date Tue, 23 Feb 2021 12:15: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