view configure @ 18316:6c8a3a02b533

Added tag v8.1.2152 for changeset 6e8b7c58c5262133c228d7288b0d484a8df0133a
author Bram Moolenaar <Bram@vim.org>
date Tue, 15 Oct 2019 22:30:05 +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 "$@"