view configure @ 18270:2b61b139c9f0

Added tag v8.1.2129 for changeset 57b18521216fce816a011881cf8cebb00bf6569e
author Bram Moolenaar <Bram@vim.org>
date Thu, 10 Oct 2019 13:45:04 +0200
parents a1ca6778da49
children
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 "${SRCDIR:-src}" && exec ./configure "$@"