view configure @ 14241:9abebf6e25c5 v8.1.0137

patch 8.1.0137: CI does not run with TCL commit https://github.com/vim/vim/commit/ade55787978e15fe57c5cedf38c9f85bfe1d983c Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 1 21:12:55 2018 +0200 patch 8.1.0137: CI does not run with TCL Problem: CI does not run with TCL. Solution: Add TCL to the travis config. (Dominique Pelle, closes https://github.com/vim/vim/issues/3133)
author Christian Brabandt <cb@256bit.org>
date Sun, 01 Jul 2018 21:15:06 +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 "$@"