view configure @ 10306:d75e2380db0e

commit https://github.com/vim/vim/commit/6d5ad4c4118cab5fd96db157621c3aa9af368edb Author: Bram Moolenaar <Bram@vim.org> Date: Thu Oct 27 17:00:16 2016 +0200 Updated runtime files.
author Christian Brabandt <cb@256bit.org>
date Thu, 27 Oct 2016 17:15:05 +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 "$@"