view configure @ 23053:db8554aa3c92

Added tag v8.2.2072 for changeset 9775df18916be1e0e9ed94cb865c4c7e1b4967f2
author Bram Moolenaar <Bram@vim.org>
date Mon, 30 Nov 2020 21:45:04 +0100
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 "$@"