view configure @ 32159:49fdfec64a4c

Added tag v9.0.1410 for changeset d86042b281df5e58584c39fab220d5bd11e6cb1c
author Bram Moolenaar <Bram@vim.org>
date Thu, 16 Mar 2023 22:15:03 +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 "$@"