view src/configure @ 23243:0804cb073097 v8.2.2167

patch 8.2.2167: Vim9: assign test fails Commit: https://github.com/vim/vim/commit/d88dc4d4e950d937b44c523b9965d485f3fae4be Author: Bram Moolenaar <Bram@vim.org> Date: Sun Dec 20 14:49:42 2020 +0100 patch 8.2.2167: Vim9: assign test fails Problem: Vim9: assign test fails. (Elimar Riesebieter) Solution: Adjust the test for dict assignment.
author Bram Moolenaar <Bram@vim.org>
date Sun, 20 Dec 2020 15:00:04 +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