view configure @ 18345:36a844120cd6

Added tag v8.1.2166 for changeset 69db186daf4ca3bca927c22955462da0c3f17d81
author Bram Moolenaar <Bram@vim.org>
date Wed, 16 Oct 2019 22:45:05 +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 "$@"