view configure @ 18666:d451a92c772c

Added tag v8.1.2324 for changeset 7369756d05deee48418812dde4e756e195e12ddb
author Bram Moolenaar <Bram@vim.org>
date Thu, 21 Nov 2019 12:15:07 +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 "$@"