view src/configure @ 22740:05ecd9d23c1d v8.2.1918

patch 8.2.1918: Vim9: E1100 mentions :let Commit: https://github.com/vim/vim/commit/3e2534ed1a6557445747e6c1439ad26ec8eabfc4 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Oct 28 17:55:31 2020 +0100 patch 8.2.1918: Vim9: E1100 mentions :let Problem: Vim9: E1100 mentions :let. Solution: Mention "var". (closes https://github.com/vim/vim/issues/7207)
author Bram Moolenaar <Bram@vim.org>
date Wed, 28 Oct 2020 18: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