view configure @ 28651:f3e46158f0dd

Added tag v8.2.4849 for changeset be4410fa2bac53de4a0d81b5998efcafb2418baf
author Bram Moolenaar <Bram@vim.org>
date Sat, 30 Apr 2022 16:15:05 +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 "$@"