view configure @ 7631:ad3e9ea845e7 v7.4.1115

commit https://github.com/vim/vim/commit/d0232917ced39ff4838665fbcf379d5116a91aa3 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 17 16:15:32 2016 +0100 patch 7.4.1115 Problem: MS-Windows: make clean in testdir doesn't clean everything. Solution: Add command to delete X* directories. (Ken Takata)
author Christian Brabandt <cb@256bit.org>
date Sun, 17 Jan 2016 16: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 "$@"