view configure @ 16947:b2179cf1a0a5 v8.1.1474

patch 8.1.1474: 'ttybuiltin' is not tested commit https://github.com/vim/vim/commit/9aeb33639f49511cc16962a11a40844693ddb15e Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jun 6 12:36:15 2019 +0200 patch 8.1.1474: 'ttybuiltin' is not tested Problem: 'ttybuiltin' is not tested. Solution: At least test that it doesn't break things.
author Bram Moolenaar <Bram@vim.org>
date Thu, 06 Jun 2019 12:45:05 +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 "$@"