view configure @ 8360:45740f83b3ce v7.4.1472

commit https://github.com/vim/vim/commit/4ca812b15378f83e56a2dc42947a61d0aa40697f Author: Bram Moolenaar <Bram@vim.org> Date: Wed Mar 2 21:51:16 2016 +0100 patch 7.4.1472 Problem: Coverity warning for not using return value. Solution: Add "(void)".
author Christian Brabandt <cb@256bit.org>
date Wed, 02 Mar 2016 22:00: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 "$@"