view configure @ 14137:0d534adbcc2f v8.1.0086

patch 8.1.0086: no tests for libcall() and libcallnr() commit https://github.com/vim/vim/commit/1ceebb4efc455dc6c34e0cd2c2adbd00939f038b Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jun 19 19:46:06 2018 +0200 patch 8.1.0086: no tests for libcall() and libcallnr() Problem: No tests for libcall() and libcallnr(). Solution: Add tests. (Dominique Pelle, closes https://github.com/vim/vim/issues/2982)
author Christian Brabandt <cb@256bit.org>
date Tue, 19 Jun 2018 20:00:07 +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 "$@"