view configure @ 25526:f9ebb5b05597

Added tag v8.2.3299 for changeset 8880eb140a007c2261bb448ad9448fe3d15d47b3
author Bram Moolenaar <Bram@vim.org>
date Thu, 05 Aug 2021 23:00: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 "$@"