view configure @ 14193:c460506890ba

Update runtime files. commit https://github.com/vim/vim/commit/675e8d6adb88d5b38087870dfda51c0205070741 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 24 20:42:01 2018 +0200 Update runtime files.
author Christian Brabandt <cb@256bit.org>
date Sun, 24 Jun 2018 20:45:07 +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 "$@"