view configure @ 10436:cb856404d060 v8.0.0112

commit https://github.com/vim/vim/commit/eca626fcdb73d480660c78b9f84cc043fa561922 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Dec 1 18:47:38 2016 +0100 patch 8.0.0112 Problem: Tests 92 and 93 are old style. Solution: Make test92 and test93 new style. (Hirohito Higashi, closes https://github.com/vim/vim/issues/1289)
author Christian Brabandt <cb@256bit.org>
date Thu, 01 Dec 2016 19:00:05 +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 "$@"