view configure @ 25742:5399a1d88e0a

Added tag v8.2.3406 for changeset 412b436f7788b086a11dfc4bc5f1475448b91213
author Bram Moolenaar <Bram@vim.org>
date Mon, 06 Sep 2021 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 "$@"