view configure @ 20694:3a049f4bdaa2

Added tag v8.2.0900 for changeset f342bdc792953eb1d4f12acb3197bca00bfbaef1
author Bram Moolenaar <Bram@vim.org>
date Thu, 04 Jun 2020 17: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 "$@"