view configure @ 16261:2001ef982570 v8.1.1135

patch 8.1.1135: build failure for small version commit https://github.com/vim/vim/commit/d85c396d5149a87677e30742f92b2ecfe28af8a6 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Apr 7 14:19:14 2019 +0200 patch 8.1.1135: build failure for small version Problem: Build failure for small version. (Tony Mechelynck) Solution: Add #ifdef.
author Bram Moolenaar <Bram@vim.org>
date Sun, 07 Apr 2019 14:30:05 +0200
parents cd9471bd8e9e
children a1ca6778da49
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 src && exec ./configure "$@"