view configure @ 28736:6fd9c7dff5e5

Added tag v8.2.4892 for changeset c428a4e53b9c86bf46f9c0ca07572b6f6c9c5c08
author Bram Moolenaar <Bram@vim.org>
date Fri, 06 May 2022 19:00:06 +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 "$@"