view configure @ 25811:c80c8cbb6d4d

Added tag v8.2.3440 for changeset 2db73f521d49fa7fc49a6214b19de06a90ced030
author Bram Moolenaar <Bram@vim.org>
date Tue, 14 Sep 2021 23:00:05 +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 "$@"