view configure @ 11407:cc5253681167

Runtime file updates commit https://github.com/vim/vim/commit/0635ee682481e2da0d39cd970b3cb573a1c12a17 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Apr 28 20:32:33 2017 +0200 Runtime file updates
author Christian Brabandt <cb@256bit.org>
date Fri, 28 Apr 2017 20:45:03 +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 "$@"