view configure @ 18357:ffe2ff94a3e0

Added tag v8.1.2172 for changeset 596a04c49d767cbb55f2a2d3a8cda8580d4d3582
author Bram Moolenaar <Bram@vim.org>
date Fri, 18 Oct 2019 20:45: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 "$@"