view configure @ 15550:1e3f1dc99ea2

Added tag v8.1.0782 for changeset 9bd2372432cf0d0656ac21cbd6b2e63d55de379c
author Bram Moolenaar <Bram@vim.org>
date Sat, 19 Jan 2019 20:00:10 +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 "$@"