view configure @ 30564:30025bbc1705 v9.0.0617

patch 9.0.0617: calling function for reduce() has too much overhead Commit: https://github.com/vim/vim/commit/1936c765364d6a771cea5df9971318060db82730 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 28 15:19:10 2022 +0100 patch 9.0.0617: calling function for reduce() has too much overhead Problem: Calling function for reduce() has too much overhead. Solution: Only call clear_tv() when needed.
author Bram Moolenaar <Bram@vim.org>
date Wed, 28 Sep 2022 16:30:04 +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 "$@"