view configure @ 16955:54c2fe0eff03 v8.1.1478

patch 8.1.1478: still an error when running tests with the tiny version commit https://github.com/vim/vim/commit/18250e291a5b4b8e32229d99ccb7c895ff0ca637 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jun 6 14:28:54 2019 +0200 patch 8.1.1478: still an error when running tests with the tiny version Problem: Still an error when running tests with the tiny version. Solution: Do not try reading test.log
author Bram Moolenaar <Bram@vim.org>
date Thu, 06 Jun 2019 14:30:05 +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 "$@"