view configure @ 17962:58bebe21f0ef v8.1.1977

patch 8.1.1977: terminal debugger plugin may hang Commit: https://github.com/vim/vim/commit/19c8fe1925f4f7ffa1cc46e64d8bb8b1665ac437 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 4 14:24:24 2019 +0200 patch 8.1.1977: terminal debugger plugin may hang Problem: Terminal debugger plugin may hang. Solution: Wait longer when still reading symbols.
author Bram Moolenaar <Bram@vim.org>
date Wed, 04 Sep 2019 14:30: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 "$@"