view configure @ 7385:160f4b03d8d0 v7.4.997

commit https://github.com/vim/vim/commit/4c7bb12c82914307e6bbb73d95cfb3ba7189813a Author: Bram Moolenaar <Bram@vim.org> Date: Tue Dec 29 20:32:23 2015 +0100 patch 7.4.997 Problem: "make shadow" was sometimes broken. Solution: Add a test for it. (James McCoy, closes https://github.com/vim/vim/issues/520)
author Christian Brabandt <cb@256bit.org>
date Tue, 29 Dec 2015 20:45: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 "$@"