view configure @ 15208:acf68008ca43

Added tag v8.1.0613 for changeset 6ab9c18708c4bd63235e2602083bac391e72b60b
author Bram Moolenaar <Bram@vim.org>
date Fri, 21 Dec 2018 13: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 "$@"