view configure @ 8029:770dd91ad9f7 v7.4.1309

commit https://github.com/vim/vim/commit/00af60bbb6cc7e8ccafddb30a1964f891b800bce Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 13 14:06:14 2016 +0100 patch 7.4.1309 Problem: When a test fails not all relevant info is listed. Solution: Add the errors to the messages.
author Christian Brabandt <cb@256bit.org>
date Sat, 13 Feb 2016 14:15:04 +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 "$@"