view configure @ 30443:54e36d01847b v9.0.0557

patch 9.0.0557: valgrind reports possibly leaked memory Commit: https://github.com/vim/vim/commit/259a741044812df739457e25eb5195d9c5c0e6f8 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 23 16:11:37 2022 +0100 patch 9.0.0557: valgrind reports possibly leaked memory Problem: Valgrind reports possibly leaked memory. Solution: Move the problematic test function to the "fails" test file to avoid obscuring real memory leaks.
author Bram Moolenaar <Bram@vim.org>
date Fri, 23 Sep 2022 17:15:05 +0200
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 "$@"