view configure @ 28214:77216ce30cef

Added tag v8.2.4632 for changeset 183ae001d99d2603afc460b1ae3c85eb3841b241
author Bram Moolenaar <Bram@vim.org>
date Sat, 26 Mar 2022 17:45:03 +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 "$@"