view configure @ 26310:61dd75441707

Added tag v8.2.3685 for changeset 270ac1efc93bf42698ef61c0f6c02a95b362767b
author Bram Moolenaar <Bram@vim.org>
date Sat, 27 Nov 2021 15:45:03 +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 "$@"