view configure @ 26437:11441fe9dc13

Added tag v8.2.3749 for changeset ef0c07cbf53ff27e681c76ea7ed208cbf8514b66
author Bram Moolenaar <Bram@vim.org>
date Sun, 05 Dec 2021 23:00: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 "$@"