view configure @ 27648:f9aece179835

Added tag v8.2.4349 for changeset 9bc9970e72eb2d25d1610be2147110525d945315
author Bram Moolenaar <Bram@vim.org>
date Fri, 11 Feb 2022 22: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 "$@"