view configure @ 15493:93691fbecb9a

Added tag v8.1.0754 for changeset 126cdab63a833390f4ef7bf54f392456a6c4683e
author Bram Moolenaar <Bram@vim.org>
date Tue, 15 Jan 2019 21:15:06 +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 "$@"