view configure @ 18303:86887d3fd6f7 v8.1.2146

patch 8.1.2146: build failure Commit: https://github.com/vim/vim/commit/1e7b52ad8a5e34b9e7a2d12a09765d76d446cd5a Author: Bram Moolenaar <Bram@vim.org> Date: Sun Oct 13 16:59:08 2019 +0200 patch 8.1.2146: build failure Problem: Build failure. Solution: Include omitted changed file.
author Bram Moolenaar <Bram@vim.org>
date Sun, 13 Oct 2019 17:00: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 "$@"