view configure @ 10242:a369d97995ff v8.0.0019

commit https://github.com/vim/vim/commit/b3435b0a3a0967115658d0a8c0224a28969cfa02 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Sep 29 20:54:59 2016 +0200 patch 8.0.0019 Problem: Test_command_count is old style. Solution: Turn it into a new style test. (Naruhiko Nishino) Use more assert functions.
author Christian Brabandt <cb@256bit.org>
date Thu, 29 Sep 2016 21:00:05 +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 "$@"