view configure @ 24121:14d6de7b07b3

Added tag v8.2.2601 for changeset b926b24684c1b1b7091e12acba7249de98f852bc
author Bram Moolenaar <Bram@vim.org>
date Sat, 13 Mar 2021 22:15:03 +0100
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 "$@"