view configure @ 19296:3142491db658

Added tag v8.2.0206 for changeset 2a63b7f5802ae779e11a31ef10e113cc9be315cc
author Bram Moolenaar <Bram@vim.org>
date Tue, 04 Feb 2020 21:30: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 "$@"