view configure @ 26297:e69362eb5521

Added tag v8.2.3679 for changeset 9f32ccdadd22f32e5d79fff21e6bc9d17f396d98
author Bram Moolenaar <Bram@vim.org>
date Fri, 26 Nov 2021 14: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 "$@"