view configure @ 18439:1768dfc3a9f6

Added tag v8.1.2213 for changeset 144fa40ee7061cbf5c8b72448c3c6dbeea254116
author Bram Moolenaar <Bram@vim.org>
date Thu, 24 Oct 2019 22:15: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 "$@"