view configure @ 19418:f3d0c7552be6

Added tag v8.2.0266 for changeset 21eefaf6bc5b2ed7d12836abc9957e50754df9d7
author Bram Moolenaar <Bram@vim.org>
date Sun, 16 Feb 2020 17:15:04 +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 "$@"