view configure @ 7555:5bbfac219f20 v7.4.1078

commit https://github.com/vim/vim/commit/d08a8d4a31ed10225aca6be7565220fa541c32ac Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 10 15:20:29 2016 +0100 patch 7.4.1078 Problem: MSVC: "make clean" doesn't cleanup in the tee directory. Solution: Add the commands to cleanup tee. (Erich Ritz)
author Christian Brabandt <cb@256bit.org>
date Sun, 10 Jan 2016 15:30:04 +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 "$@"