view configure @ 22751:f9f8ec2acdea

Added tag v8.2.1923 for changeset f945413264d78835b407b08a8159d97c3d629539
author Bram Moolenaar <Bram@vim.org>
date Thu, 29 Oct 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 "$@"