view configure @ 28797:255df85d2acd

Added tag v8.2.4922 for changeset 7c1a884495e5c8c74e4db1d31a24b67c4bb0e53c
author Bram Moolenaar <Bram@vim.org>
date Mon, 09 May 2022 00:00:04 +0200
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 "$@"