view configure @ 9802:4cb5ab124239 v7.4.2176

commit https://github.com/vim/vim/commit/a8e691d44937fd9d72dcbad2b8c673682277f13d Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 7 15:19:26 2016 +0200 patch 7.4.2176 Problem: #ifdefs in main() are complicated. Solution: Always define vim_main2(). Move params to the file level. (suggested by Ken Takata)
author Christian Brabandt <cb@256bit.org>
date Sun, 07 Aug 2016 15:30:06 +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 "$@"