view configure @ 27485:0226a849fd5b

Added tag v8.2.4270 for changeset ee1019e59bef222767b0d2ce9f1aa030200b2425
author Bram Moolenaar <Bram@vim.org>
date Mon, 31 Jan 2022 13:30:06 +0100
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 "$@"