view configure @ 24944:d8216679a971 v8.2.3009

patch 8.2.3009: startup test may hang Commit: https://github.com/vim/vim/commit/b90ac5e96e40706ffb039db64b92fcd16fa78c04 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jun 16 10:59:36 2021 +0200 patch 8.2.3009: startup test may hang Problem: Startup test may hang. Solution: Do not run the test in the GUI.
author Bram Moolenaar <Bram@vim.org>
date Wed, 16 Jun 2021 11:00: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 "$@"