view configure @ 15258:5d2e3df2ca52

Added tag v8.1.0637 for changeset 31639f035d76723ddd13f8925ff1af369a1ddc80
author Bram Moolenaar <Bram@vim.org>
date Tue, 25 Dec 2018 23:45:05 +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 "$@"