view configure @ 18413:90aa634b3bff

Added tag v8.1.2200 for changeset 6208e5c2eee758db609dd10cfc5c09107003c746
author Bram Moolenaar <Bram@vim.org>
date Tue, 22 Oct 2019 22:00:06 +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 "$@"