view configure @ 36436:7156daef8fe5 draft v9.1.0828

patch 9.1.0828: string_T struct could be used more often Commit: https://github.com/vim/vim/commit/8d4477ef220e5af0b9b1a6e4fc38570a063403e4 Author: John Marriott <basilisk@internode.on.net> Date: Sat Nov 2 15:59:01 2024 +0100 patch 9.1.0828: string_T struct could be used more often Problem: string_T struct could be used more often Solution: Refactor code and make use of string_T struct for key-value pairs, reformat overlong lines (John Marriott) closes: #15975 Signed-off-by: John Marriott <basilisk@internode.on.net> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sat, 02 Nov 2024 16:30: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 "$@"