view configure @ 9173:b64c314a4990 v7.4.1870

commit https://github.com/vim/vim/commit/dec6c7beda5491b28f67f430fc9d01467050c1ca Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jun 2 11:57:38 2016 +0200 patch 7.4.1870 Problem: One more Win64 compiler warning. Solution: Change declared argument type. (Ken Takata)
author Christian Brabandt <cb@256bit.org>
date Thu, 02 Jun 2016 12: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 "$@"