view configure @ 21019:f5dae5cbcdec

Added tag v8.2.1060 for changeset 2b07e2e7d95b80c099f721377f5f6d1bb41e3579
author Bram Moolenaar <Bram@vim.org>
date Fri, 26 Jun 2020 20:30:05 +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 "$@"