view configure @ 20263:a85a3207679f v8.2.0687

patch 8.2.0687: some tests do not work on FreeBSD Commit: https://github.com/vim/vim/commit/41d4299f26cc98e253f9c63f8adc9dbb9d49ed5c Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 3 16:29:50 2020 +0200 patch 8.2.0687: some tests do not work on FreeBSD Problem: Some tests do not work on FreeBSD. Solution: Enable modeline. Use WaitFor() in more cases. (Ozaki Kiichi, closes #6036)
author Bram Moolenaar <Bram@vim.org>
date Sun, 03 May 2020 16:30:04 +0200
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 "$@"