view configure @ 10505:b0cd1a60939c

commit https://github.com/vim/vim/commit/294740d2ac42e3dfdc7f0f6f02a6e2ff2d17c848 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jan 6 15:28:44 2017 +0100 Attempt to make coverage working again.
author Christian Brabandt <cb@256bit.org>
date Fri, 06 Jan 2017 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 "$@"