view configure @ 17030:3e5ee8ce4671 v8.1.1515

patch 8.1.1515: memory leak reported for sound when build with EXITFREE commit https://github.com/vim/vim/commit/82febc16e4ed54b5af0ff503b02b9fd1af75711b Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jun 10 14:48:59 2019 +0200 patch 8.1.1515: memory leak reported for sound when build with EXITFREE Problem: Memory leak reported for sound when build with EXITFREE. Solution: Free sound stuff when exiting.
author Bram Moolenaar <Bram@vim.org>
date Mon, 10 Jun 2019 15:00:07 +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 "$@"