view configure @ 15537:d255018b40ff v8.1.0776

patch 8.1.0776: Travis does not build a version without GUI on Linux commit https://github.com/vim/vim/commit/b2e54b009279754e420c992a5e4ec05b0728d915 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 19 13:46:50 2019 +0100 patch 8.1.0776: Travis does not build a version without GUI on Linux Problem: Travis does not build a version without GUI on Linux. Solution: Add an environment for tiny features without GUI.
author Bram Moolenaar <Bram@vim.org>
date Sat, 19 Jan 2019 14:00:06 +0100
parents cd9471bd8e9e
children a1ca6778da49
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 src && exec ./configure "$@"