view configure @ 30154:9137d2bc93bf v9.0.0413

patch 9.0.0413: ASAN reports a memory leak Commit: https://github.com/vim/vim/commit/b0d12e63e8c763ce940dc4c162111fedde2507ef Author: K.Takata <kentkt@csc.jp> Date: Thu Sep 8 10:55:38 2022 +0100 patch 9.0.0413: ASAN reports a memory leak Problem: ASAN reports a memory leak. Solution: Free the string received from the server. (Ken Takata, closes #11080)
author Bram Moolenaar <Bram@vim.org>
date Thu, 08 Sep 2022 12:00: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 "$@"