view configure @ 24302:9b8f55dc88b7

Added tag v8.2.2691 for changeset c5cb45fc82d335f5151ccd17006537a54596e0a8
author Bram Moolenaar <Bram@vim.org>
date Fri, 02 Apr 2021 13:45: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 "$@"