view configure @ 15601:8ab9ad27fca4 v8.1.0808

patch 8.1.0808: MS-Windows: build error with GUI commit https://github.com/vim/vim/commit/091806d6f0f0481b88daa7d3a24006e54c25cd6f Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 24 16:27:46 2019 +0100 patch 8.1.0808: MS-Windows: build error with GUI Problem: MS-Windows: build error with GUI. Solution: Remove "static".
author Bram Moolenaar <Bram@vim.org>
date Thu, 24 Jan 2019 16:30:06 +0100
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 "$@"