view configure @ 10130:de20f2434807 v7.4.2336

commit https://github.com/vim/vim/commit/df0db16cf74281a83a9ea3388a2ef9aedccd013c Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 6 20:37:41 2016 +0200 patch 7.4.2336 Problem: Running normal mode tests leave a couple of files behind. (Yegappan Lakshmanan) Solution: Delete the files. (Christian Brabandt)
author Christian Brabandt <cb@256bit.org>
date Tue, 06 Sep 2016 20:45: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 "$@"