view configure @ 7084:1c039023af1c v7.4.854

commit https://github.com/vim/vim/commit/b58988b832b69b52dfefeca338ea4802d0c4cdca Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 1 21:25:44 2015 +0200 patch 7.4.854 Problem: Missing information about runtime files. Solution: Add section about runtime files. (Christian Brabandt)
author Christian Brabandt <cb@256bit.org>
date Tue, 01 Sep 2015 21:30:04 +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 "$@"