view configure @ 29222:6b4c1ca1436e v8.2.5130

patch 8.2.5130: edit test for mode message fails when using valgrind Commit: https://github.com/vim/vim/commit/c5382b667ac4b69ddff5b5bc562386843bc9c07b Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 19 15:22:36 2022 +0100 patch 8.2.5130: edit test for mode message fails when using valgrind Problem: Edit test for mode message fails when using valgrind. Solution: Use WaitForAssert(). Run beep test later.
author Bram Moolenaar <Bram@vim.org>
date Sun, 19 Jun 2022 16: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 "$@"