view configure @ 28836:60e7b3a726e7

Added tag v8.2.4941 for changeset 58d2315b096e1d0262aa9b3d7f74536d38bc1ba7
author Bram Moolenaar <Bram@vim.org>
date Thu, 12 May 2022 16: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 "$@"