view configure @ 23192:ec8ce3ed94ec

Added tag v8.2.2141 for changeset 3e7723bab4e57fdde899e75c13d3597f0bb603d6
author Bram Moolenaar <Bram@vim.org>
date Sun, 13 Dec 2020 20: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 "$@"