view configure @ 18678:cb4a4b71df4a

Added tag v8.1.2330 for changeset 953e83e09e7847b87f1538e82e505b37ae73af1b
author Bram Moolenaar <Bram@vim.org>
date Thu, 21 Nov 2019 21:00:05 +0100
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 "$@"