view configure @ 15204:e4d63834f866

Added tag v8.1.0611 for changeset aa877e0b7f626362fa94eee49a42acc16a42e4dd
author Bram Moolenaar <Bram@vim.org>
date Thu, 20 Dec 2018 21:00:08 +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 "$@"