view configure @ 21203:d9504387e01c

Added tag v8.2.1152 for changeset 1a4e22aa2eb37d9a9c0fafb9ce524ec8873cc7b1
author Bram Moolenaar <Bram@vim.org>
date Tue, 07 Jul 2020 23:00:04 +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 "$@"