view configure @ 13616:b6998c6374e1 v8.0.1680

patch 8.0.1680: memory allocated by libvterm is not profiled commit https://github.com/vim/vim/commit/756ef113d14428e598274f87672d7f0e34ff9781 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Apr 10 12:04:27 2018 +0200 patch 8.0.1680: memory allocated by libvterm is not profiled Problem: Memory allocated by libvterm does not show up in profile. Solution: Pass allocater functions to vterm_new().
author Christian Brabandt <cb@256bit.org>
date Tue, 10 Apr 2018 12:15:08 +0200
parents cd9471bd8e9e
children a1ca6778da49
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 src && exec ./configure "$@"