view configure @ 15879:ab5ee4f15e8e v8.1.0946

patch 8.1.0946: Coveralls is not very useful commit https://github.com/vim/vim/commit/b0e2da2b23e7497d0a145ecce9c1e08b6fab6dbf Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 17 23:26:50 2019 +0100 patch 8.1.0946: Coveralls is not very useful Problem: Coveralls is not very useful. Solution: Remove Coveralls badge, add badge for packages.
author Bram Moolenaar <Bram@vim.org>
date Sun, 17 Feb 2019 23:30:07 +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 "$@"