view configure @ 21587:5a1fbb77df55

Added tag v8.2.1343 for changeset 5470c36ed7e6bf4e7255c8898fce8d8c0319f5d5
author Bram Moolenaar <Bram@vim.org>
date Sat, 01 Aug 2020 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 "$@"