view configure @ 24308:7b87429e4b2a

Added tag v8.2.2694 for changeset 55f458d352926815a293dda8c953b17c945f719c
author Bram Moolenaar <Bram@vim.org>
date Fri, 02 Apr 2021 19:00:08 +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 "$@"