view configure @ 19414:f6d002d10166

Added tag v8.2.0264 for changeset 85e8bee2e3e20bd048d171fb5e7f11f73cbd60af
author Bram Moolenaar <Bram@vim.org>
date Sun, 16 Feb 2020 15:15: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 "$@"