view configure @ 18762:19582783e5ad

Added tag v8.1.2370 for changeset e3785af3ba0f1b33401670e2a9a6817eb22bdfc2
author Bram Moolenaar <Bram@vim.org>
date Sat, 30 Nov 2019 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 "$@"