view configure @ 17716:50b3b9c13ab8 v8.1.1855

patch 8.1.1855: another failing timer test commit https://github.com/vim/vim/commit/9a2fddcf04192a643dc97601d689c27f5bc5184f Author: Bram Moolenaar <Bram@vim.org> Date: Fri Aug 16 11:26:06 2019 +0200 patch 8.1.1855: another failing timer test Problem: Another failing timer test. Solution: Assert that timers are finished by the end of the test. Rename test functions to make them easier to find.
author Bram Moolenaar <Bram@vim.org>
date Fri, 16 Aug 2019 11: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 "$@"