view configure @ 28726:47103a36fc8c

Added tag v8.2.4887 for changeset 075787b91e09fda276b7438a9292658c35bc1bac
author Bram Moolenaar <Bram@vim.org>
date Fri, 06 May 2022 16: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 "$@"