view configure @ 19438:c68854c20106

Added tag v8.2.0276 for changeset 5d34ae66118e2ed06dd7ca3d3c8d5d257d23397d
author Bram Moolenaar <Bram@vim.org>
date Wed, 19 Feb 2020 12: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 "$@"