view configure @ 18416:59b3d19511d0 v8.1.2202

patch 8.1.2202: MS-Windows: build failure with GUI and small features Commit: https://github.com/vim/vim/commit/93bbf33ceb1c13bd77e46f38164f9211da5d5f0e Author: Bram Moolenaar <Bram@vim.org> Date: Wed Oct 23 21:43:16 2019 +0200 patch 8.1.2202: MS-Windows: build failure with GUI and small features Problem: MS-Windows: build failure with GUI and small features. Solution: Add #ifdef. (Michael Soyka, closes https://github.com/vim/vim/issues/5097)
author Bram Moolenaar <Bram@vim.org>
date Wed, 23 Oct 2019 21:45:04 +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 "$@"