view src/configure @ 25316:0716cc2e4a8b v8.2.3195

patch 8.2.3195: Vim9: unclear error when passing too many arguments to lambda Commit: https://github.com/vim/vim/commit/c4c5642513ac41b22b7772cc880c776c69e964c9 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jul 21 20:38:46 2021 +0200 patch 8.2.3195: Vim9: unclear error when passing too many arguments to lambda Problem: Vim9: unclear error when passing too many arguments to lambda. Solution: Pass the expression itself instead of "[expression]". (closes #8604)
author Bram Moolenaar <Bram@vim.org>
date Wed, 21 Jul 2021 20:45:04 +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