view configure @ 32030:91ee05af181e

Added tag v9.0.1346 for changeset 23e8d0371e35b3cd43c40fbf511b363f87b4e990
author Bram Moolenaar <Bram@vim.org>
date Thu, 23 Feb 2023 16:45:04 +0100
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 "$@"