view configure @ 22901:6934d2bdee9b

Added tag v8.2.1997 for changeset 2c1520981e6338e42ac929c60b7f90f4aaa6ba10
author Bram Moolenaar <Bram@vim.org>
date Mon, 16 Nov 2020 21:00:04 +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 "$@"