view configure @ 17948:c77a41ea0365 v8.1.1970

patch 8.1.1970: search stat space wrong, no test for 8.1.1965 Commit: https://github.com/vim/vim/commit/19e8ac72e9c17b894a9c74cb8f70feb33567033c Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 3 22:23:38 2019 +0200 patch 8.1.1970: search stat space wrong, no test for 8.1.1965 Problem: Search stat space wrong, no test for 8.1.1965. Solution: Fix check for cmd_silent. Add a test. (Christian Brabandt)
author Bram Moolenaar <Bram@vim.org>
date Tue, 03 Sep 2019 22:30:03 +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 "$@"