view configure @ 21223:2de9761cb1fc

Added tag v8.2.1162 for changeset a4d00a2dadd6ff90fb71808e7d204b4d8577c9bb
author Bram Moolenaar <Bram@vim.org>
date Wed, 08 Jul 2020 22: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 "$@"