view configure @ 20280:50e2e957cd0d

Added tag v8.2.0695 for changeset 49b50843e725a811589e4b280796c31ff5947e94
author Bram Moolenaar <Bram@vim.org>
date Mon, 04 May 2020 23:30:05 +0200
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 "$@"