view configure @ 29158:e424e1991bde

Added tag v8.2.5098 for changeset a3564c0c9e0613d9e391133ae482596c97a50b16
author Bram Moolenaar <Bram@vim.org>
date Wed, 15 Jun 2022 18: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 "$@"