view configure @ 27763:87459cbe6138

Added tag v8.2.4407 for changeset 3196066c5795b12b37d446011d5c9685237b073d
author Bram Moolenaar <Bram@vim.org>
date Thu, 17 Feb 2022 14:15:05 +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 "$@"