view configure @ 19434:4f7cdab4da93

Added tag v8.2.0274 for changeset af9d5585cfbf3a24f12a1abed26fe408a64bc1a9
author Bram Moolenaar <Bram@vim.org>
date Tue, 18 Feb 2020 21: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 "$@"