view configure @ 31252:486b3696206f

Added tag v9.0.0959 for changeset e8ac01ad4be919ba9943008e5d30d21ebb3bc822
author Bram Moolenaar <Bram@vim.org>
date Sun, 27 Nov 2022 17:00:05 +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 "$@"