view configure @ 13636:fbf8c75c118d v8.0.1690

patch 8.0.1690: not easy to run one test with gvim instead of vim commit https://github.com/vim/vim/commit/8dd1761e69d70bb4b5848dc4c213792d9121787a Author: Bram Moolenaar <Bram@vim.org> Date: Tue Apr 10 19:24:04 2018 +0200 patch 8.0.1690: not easy to run one test with gvim instead of vim Problem: Not easy to run one test with gvim instead of vim. Solution: Add VIMTESTTARGET in Makefile.
author Christian Brabandt <cb@256bit.org>
date Tue, 10 Apr 2018 19:30:08 +0200
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 "$@"