view configure @ 32624:d1de2966b84f

Added tag v9.0.1643 for changeset 2cd120c9dabae709be32cbf0862934d33576dfc6
author Bram Moolenaar <Bram@vim.org>
date Thu, 22 Jun 2023 13:30: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 "$@"