view configure @ 7523:55cd9a99514d v7.4.1063

commit https://github.com/vim/vim/commit/eca99bd45f094b1b12e22b9d6b206bd05dc9a38c Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 7 22:50:05 2016 +0100 patch 7.4.1063 Problem: TCL_VER_LONG and DYNAMIC_TCL_VER are not set when building with Cygwin and MingW. Solution: Add TCL_VER_LONG and DYNAMIC_TCL_VER to the makefile.
author Christian Brabandt <cb@256bit.org>
date Thu, 07 Jan 2016 23:00:08 +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 "$@"