view configure @ 20234:718824058b00

Added tag v8.2.0672 for changeset 5f9c2c7d3d730baf836f8f2108f2ac1ab54e9291
author Bram Moolenaar <Bram@vim.org>
date Fri, 01 May 2020 14:15: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 "$@"