view configure @ 15963:2d8fa45b341d v8.1.0987

patch 8.1.0987: unnecessary condition in #ifdef commit https://github.com/vim/vim/commit/6ef8f9eacdf9185d9bd03613c0a0de40ea5e3f07 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 2 07:15:28 2019 +0100 patch 8.1.0987: unnecessary condition in #ifdef Problem: Unnecessary condition in #ifdef. Solution: Remove using CYGWIN32. (Ken Takata)
author Bram Moolenaar <Bram@vim.org>
date Sat, 02 Mar 2019 07:30:07 +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 "$@"