view configure @ 15497:bf6ba67f1a1c

Added tag v8.1.0756 for changeset f1c33409e908007e3ad3c9a9e6909fd96fe7eb25
author Bram Moolenaar <Bram@vim.org>
date Tue, 15 Jan 2019 22: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 "$@"