view configure @ 27094:70ad00a80185 v8.2.4076

patch 8.2.4076: memory leak in autoload import Commit: https://github.com/vim/vim/commit/71930f174d47ef7765e9180df58f597cec71dec7 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 13 13:47:43 2022 +0000 patch 8.2.4076: memory leak in autoload import Problem: Memory leak in autoload import. Solution: Do not overwrite the autoload prefix.
author Bram Moolenaar <Bram@vim.org>
date Thu, 13 Jan 2022 15: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 "$@"