view configure @ 24811:e89d42919a21

Added tag v8.2.2943 for changeset 30095f94d081487861b8a1c68f92f680b0b12b05
author Bram Moolenaar <Bram@vim.org>
date Sat, 05 Jun 2021 19: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 "$@"