view configure @ 15922:0d6331501d19 v8.1.0967

patch 8.1.0967: stray dependency in test Makefile commit https://github.com/vim/vim/commit/1417031cfd31dd1af9bab686237cb1c8591e0a37 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Feb 21 21:50:46 2019 +0100 patch 8.1.0967: stray dependency in test Makefile Problem: Stray dependency in test Makefile. Solution: Remove it. (Masato Nishihata, closes https://github.com/vim/vim/issues/4018)
author Bram Moolenaar <Bram@vim.org>
date Thu, 21 Feb 2019 22:00:10 +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 "$@"