view configure @ 16274:06c4d15f4a26

Added tag v8.1.1141 for changeset 397ab6afe01b75416738344d0aedf0f23f117aa1
author Bram Moolenaar <Bram@vim.org>
date Tue, 09 Apr 2019 21:30:06 +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 "$@"