view configure @ 19118:d121c649119f

Added tag v8.2.0118 for changeset 8db080710015c2a82b6cc0d8a5f03d541d03bca5
author Bram Moolenaar <Bram@vim.org>
date Tue, 14 Jan 2020 20:45: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 "$@"