view configure @ 22416:f94f157b4a1d

Added tag v8.2.1756 for changeset 1cefe1c013ac0786551bd76ea2e1e93a0572c694
author Bram Moolenaar <Bram@vim.org>
date Sun, 27 Sep 2020 15:30: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 "$@"