view configure @ 28705:eb700e5576bd

Added tag v8.2.4876 for changeset e1aff2f300bec49057e0e7f73014fa22346191cf
author Bram Moolenaar <Bram@vim.org>
date Thu, 05 May 2022 22:00:06 +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 "$@"