view configure @ 25582:38e113f68d1e

Added tag v8.2.3327 for changeset b8aa2c93d1561fa4fe84174330bf7d98f891805d
author Bram Moolenaar <Bram@vim.org>
date Wed, 11 Aug 2021 14:30:06 +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 "$@"