view configure @ 28993:05930f3364a2

Added tag v8.2.5018 for changeset 0e9642706a5914d4c110a046bc8407c0cc1177b5
author Bram Moolenaar <Bram@vim.org>
date Wed, 25 May 2022 20:30:07 +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 "$@"