view configure @ 19547:2d657ba32b83

Added tag v8.2.0330 for changeset 71d0c4f5fcd9cdfe9f5dcb7f999dc662a1db9f60
author Bram Moolenaar <Bram@vim.org>
date Fri, 28 Feb 2020 23:00: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 "$@"