view configure @ 11420:d1b6cf96882a v8.0.0594

patch 8.0.0594: build failure when windows feature is missing commit https://github.com/vim/vim/commit/66c0e70b806cd8afdc9da9ddae11945ddf29841a Author: Bram Moolenaar <Bram@vim.org> Date: Sun Apr 30 20:46:32 2017 +0200 patch 8.0.0594: build failure when windows feature is missing Problem: Build failure when windows feature is missing. Solution: Add #ifdef.
author Christian Brabandt <cb@256bit.org>
date Sun, 30 Apr 2017 21:00:04 +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 "$@"