view configure @ 15602:2ef2028868e2

Added tag v8.1.0808 for changeset 8ab9ad27fca4e2f6bad02d793bdc73f828e7ad67
author Bram Moolenaar <Bram@vim.org>
date Thu, 24 Jan 2019 16:30:07 +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 "$@"