view configure @ 31624:d605a50e7623 v9.0.1144

patch 9.0.1144: reading beyond text Commit: https://github.com/vim/vim/commit/c32949b0779106ed5710ae3bffc5053e49083ab4 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jan 4 15:56:51 2023 +0000 patch 9.0.1144: reading beyond text Problem: Reading beyond text. Solution: Add strlen_maxlen() and use it.
author Bram Moolenaar <Bram@vim.org>
date Wed, 04 Jan 2023 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 "$@"