view configure @ 25209:dda30b95f9bc

Added tag v8.2.3140 for changeset 8b3ff02b2ff806e8e788a3bb28103cad073b1e85
author Bram Moolenaar <Bram@vim.org>
date Sat, 10 Jul 2021 22:30: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 "$@"