view configure @ 15640:7cfe57329284

Updated runtime files. commit https://github.com/vim/vim/commit/2a953fcf107d24229fec8af820ee62c908caafbf Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 26 17:41:47 2019 +0100 Updated runtime files.
author Bram Moolenaar <Bram@vim.org>
date Sat, 26 Jan 2019 17:45:13 +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 "$@"