view configure @ 28404:95ce25a7224a

Added tag v8.2.4726 for changeset 2655935b5ccc5f3a7c88d8c17998c349db21daaf
author Bram Moolenaar <Bram@vim.org>
date Sat, 09 Apr 2022 22:45: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 "$@"