view configure @ 18304:0df82ef32974

Added tag v8.1.2146 for changeset 86887d3fd6f72e876c1ed10e8b8b429ab4f6e3f4
author Bram Moolenaar <Bram@vim.org>
date Sun, 13 Oct 2019 17:00:04 +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 "$@"