view configure @ 10027:018fead968c1

commit https://github.com/vim/vim/commit/36f44c21da2e912c008683a0c4447fca2a071e9a Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 28 18:17:20 2016 +0200 Updated runtime files.
author Christian Brabandt <cb@256bit.org>
date Sun, 28 Aug 2016 18:30: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 "$@"