view configure @ 17895:d55356da47c1 v8.1.1944

patch 8.1.1944: leaking memory when using sound callback Commit: https://github.com/vim/vim/commit/821d771e86dcfc64491b2619f799ac977fc32630 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Aug 30 16:30:00 2019 +0200 patch 8.1.1944: leaking memory when using sound callback Problem: Leaking memory when using sound callback. Solution: src/sound.c
author Bram Moolenaar <Bram@vim.org>
date Fri, 30 Aug 2019 16:45:03 +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 "$@"