view configure @ 19270:6eca0794f137

Added tag v8.2.0193 for changeset a8a915898b35fa8d1c3d8354c45751eee720ad4a
author Bram Moolenaar <Bram@vim.org>
date Sat, 01 Feb 2020 22:45: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 "$@"