view configure @ 27351:972de339c4de

Added tag v8.2.4203 for changeset 63179e8300f8d3e732acb82f7fbce2d8fff3a7b2
author Bram Moolenaar <Bram@vim.org>
date Mon, 24 Jan 2022 16:30: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 "$@"