view configure @ 21726:c4d9bcbaf320

Added tag v8.2.1412 for changeset 741c1d58d50faf0a7a25bb7d609aa4e5490bed07
author Bram Moolenaar <Bram@vim.org>
date Sun, 09 Aug 2020 22:30: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 "$@"