view configure @ 19070:996e917b1edb

Added tag v8.2.0095 for changeset e14feba578f121a696285f5e5c00a0124ae1807c
author Bram Moolenaar <Bram@vim.org>
date Mon, 06 Jan 2020 22:00:07 +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 "$@"