view configure @ 16953:95975a82df42 v8.1.1477

patch 8.1.1477: test summary fails in the tiny version commit https://github.com/vim/vim/commit/c7500f9cb5b9fbedb9f1a385fdc3790335054bd3 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jun 6 14:08:50 2019 +0200 patch 8.1.1477: test summary fails in the tiny version Problem: Test summary fails in the tiny version. Solution: set 'nocompatible'.
author Bram Moolenaar <Bram@vim.org>
date Thu, 06 Jun 2019 14:15: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 "$@"