view configure @ 33911:54d29fec32e1

runtime(doc): re-generate helptags Commit: https://github.com/vim/vim/commit/1ec115c92c16f1557719d9da0a09e88989f511f3 Author: Christian Brabandt <cb@256bit.org> Date: Mon Dec 11 17:32:09 2023 +0100 runtime(doc): re-generate helptags Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Mon, 11 Dec 2023 17:45: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 "$@"