view configure @ 26154:fa84cd94d8b6

Added tag v8.2.3608 for changeset 44fe7d15881d5ce1891acede0593cd4f1a8784bf
author Bram Moolenaar <Bram@vim.org>
date Wed, 17 Nov 2021 15:15: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 "$@"