view configure @ 18517:7ca13352c0dd

Added tag v8.1.2252 for changeset 9676dc5fd7056325b0fa2acd9fde990b6031537f
author Bram Moolenaar <Bram@vim.org>
date Mon, 04 Nov 2019 20:45: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 "$@"