view configure @ 21009:0ee88eb11343

Added tag v8.2.1055 for changeset 2cf49849e933359481e42a91b1f7954c7af2aea2
author Bram Moolenaar <Bram@vim.org>
date Thu, 25 Jun 2020 20:00:55 +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 "$@"