view configure @ 19326:d1810b726592 v8.2.0221

patch 8.2.0221: no test for Vim9 += and ..= Commit: https://github.com/vim/vim/commit/6e587dcbf319ea898ef50f7e367c46586a6f408a Author: Bram Moolenaar <Bram@vim.org> Date: Thu Feb 6 13:15:52 2020 +0100 patch 8.2.0221: no test for Vim9 += and ..= Problem: No test for Vim9 += and ..=. Solution: Add tests.
author Bram Moolenaar <Bram@vim.org>
date Thu, 06 Feb 2020 13:30:03 +0100
parents a1ca6778da49
children
line wrap: on
line source

#! /bin/sh

# This is just a stub for the Unix configure script, to provide support for
# doing "./configure" in the top Vim directory.

cd "${SRCDIR:-src}" && exec ./configure "$@"