view configure @ 8336:d44ff1525ff0 v7.4.1460

commit https://github.com/vim/vim/commit/fdcc9afb71ea88fe63bbed8bad0d5bae607bfb73 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Feb 29 12:52:39 2016 +0100 patch 7.4.1460 Problem: Syntax error in rarily used code. Solution: Fix the mch_rename() declaration. (Ken Takata)
author Christian Brabandt <cb@256bit.org>
date Mon, 29 Feb 2016 13:00: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 "$@"