view configure @ 22753:de60f3ec1ffa

Added tag v8.2.1924 for changeset 84fca115b1bb399286045bb5e95aa524c6f25dc3
author Bram Moolenaar <Bram@vim.org>
date Fri, 30 Oct 2020 18: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 "$@"