view configure @ 21663:a2e140e1cdbe

Added tag v8.2.1381 for changeset 21304d9c47e9b2849a73673c222586db32efe2b2
author Bram Moolenaar <Bram@vim.org>
date Thu, 06 Aug 2020 22:00: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 "$@"