view configure @ 24585:2cbf16b37b92

Added tag v8.2.2831 for changeset abc4793f48a3835a6073456223d4f2f9381d5e7f
author Bram Moolenaar <Bram@vim.org>
date Mon, 03 May 2021 21:45: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 "$@"