view configure @ 27025:4aa691048c1c

Added tag v8.2.4041 for changeset 5d851ce07caf5cd666fd664a066110d3d556b1e4
author Bram Moolenaar <Bram@vim.org>
date Sat, 08 Jan 2022 16:45: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 "$@"