view configure @ 21456:a2bf60c69fb9

Added tag v8.2.1278 for changeset 8cc1555f2445c4c92db913c6de4c93f7d25a2ae6
author Bram Moolenaar <Bram@vim.org>
date Thu, 23 Jul 2020 15:45:07 +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 "$@"