view configure @ 26214:e97ffed2b214

Added tag v8.2.3638 for changeset ee1c116b91eac54456e792f9d3663a5f1038bc74
author Bram Moolenaar <Bram@vim.org>
date Sun, 21 Nov 2021 13:15:10 +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 "$@"