view configure @ 25991:d4b6b0257cea

Added tag v8.2.3528 for changeset ac330e2fecc401c49991d348e118d1057ea10973
author Bram Moolenaar <Bram@vim.org>
date Sun, 17 Oct 2021 15:15:05 +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 "$@"