view configure @ 29292:12334597cc01

Added tag v8.2.5162 for changeset 3e5166df3004d874cb6715de71f471febeae0f86
author Bram Moolenaar <Bram@vim.org>
date Sun, 26 Jun 2022 14:00:04 +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 "$@"