view configure @ 19034:a26574e0c267

Added tag v8.2.0077 for changeset f0312cf3c792a07ee66fcb99faa312b289de85c4
author Bram Moolenaar <Bram@vim.org>
date Thu, 02 Jan 2020 14:15:06 +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 "$@"