view configure @ 10214:3a6b2d4c71d6 v8.0.0007

commit https://github.com/vim/vim/commit/bbe917d9d465a66a29e38879c7f66df51b0b0dc3 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 21 22:41:24 2016 +0200 patch 8.0.0007 Problem: Vim 7.4 is still mentioned in a few places. Solution: Update to Vim 8. (Uncle Bill, closes https://github.com/vim/vim/issues/1094)
author Christian Brabandt <cb@256bit.org>
date Wed, 21 Sep 2016 22:45: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 "$@"