view configure @ 29201:40ddeb197e6b

Added tag v8.2.5119 for changeset 1ef87506a3a60ffa6aa4d83c107e7ba8fe62c5e9
author Bram Moolenaar <Bram@vim.org>
date Fri, 17 Jun 2022 22:30: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 "$@"