view configure @ 23248:a0e114c6b39e

Added tag v8.2.2169 for changeset f2d05fb28e5418bca4c1df353de71804dbc9d202
author Bram Moolenaar <Bram@vim.org>
date Sun, 20 Dec 2020 15:45:06 +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 "$@"