view configure @ 22716:071666f3558b

Added tag v8.2.1906 for changeset 8968ed4ba4bac57940aa4d7c2476da0838789127
author Bram Moolenaar <Bram@vim.org>
date Mon, 26 Oct 2020 19:00: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 "$@"