view configure @ 17385:f178127b7255 v8.1.1691

patch 8.1.1691: diff test fails on some systems commit https://github.com/vim/vim/commit/37d9f175a4ab885052583746982d6bbfbe0095b9 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 14 17:26:46 2019 +0200 patch 8.1.1691: diff test fails on some systems Problem: Diff test fails on some systems. (Elimar Riesebieter) Solution: Add a term_wait() call.
author Bram Moolenaar <Bram@vim.org>
date Sun, 14 Jul 2019 17: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 "$@"