view configure @ 25849:ecbd01ddf78d

Added tag v8.2.3458 for changeset 86c3af1be1db7bc10bac1c5b95cae4040159c39c
author Bram Moolenaar <Bram@vim.org>
date Sun, 26 Sep 2021 23:15:03 +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 "$@"