view configure @ 19048:7b6a4712b11f

Added tag v8.2.0084 for changeset a3fce2763e8371ba14fdd0a898a7f6e001b9669e
author Bram Moolenaar <Bram@vim.org>
date Sat, 04 Jan 2020 14: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 "$@"