view configure @ 34173:6cf1bb481903

runtime(chuck): include ChucK syntax file (#13895) Commit: https://github.com/vim/vim/commit/3b2c27415d7d6e97be9580b66528e8c19d19aade Author: Andrea C from The App <3269984+gacallea@users.noreply.github.com> Date: Mon Jan 22 20:10:42 2024 +0100 runtime(chuck): include ChucK syntax file (https://github.com/vim/vim/issues/13895) Co-authored-by: gacallea <gacallea@users.noreply.github.com> Signed-off-by: gacallea <gacallea@users.noreply.github.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Mon, 22 Jan 2024 20:15:11 +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 "$@"