view configure @ 9077:a2441f2ff85d v7.4.1823

commit https://github.com/vim/vim/commit/d9db8b448c214eb583e84c598bca0688b9202ba7 Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 8 12:52:05 2016 +0200 patch 7.4.1823 Problem: Warning from 64 bit compiler. Solution: Add type cast. (Mike Williams)
author Christian Brabandt <cb@256bit.org>
date Sun, 08 May 2016 13: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 "$@"