view configure @ 29238:ee6d7b2b9704

Added tag v8.2.5137 for changeset c7aa0c46acd5ceb0a1e69f4ca1da58676d5d52c0
author Bram Moolenaar <Bram@vim.org>
date Mon, 20 Jun 2022 12:30:08 +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 "$@"