view configure @ 24975:acf2c62bee13

Added tag v8.2.3024 for changeset 2d4cef0a8faa366f7343d7abee779046fc2c4f2f
author Bram Moolenaar <Bram@vim.org>
date Sun, 20 Jun 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 "$@"