view configure @ 12562:1c049248e9ca v8.0.1159

patch 8.0.1159: typo in #ifdef commit https://github.com/vim/vim/commit/d371bbe0ab4b07dd3aa8d0f77905d222f6c5fd7e Author: Bram Moolenaar <Bram@vim.org> Date: Thu Sep 28 22:35:25 2017 +0200 patch 8.0.1159: typo in #ifdef Problem: Typo in #ifdef. Solution: Change "PROT" to "PROTO". (Nobuhiro Takasaki, closes https://github.com/vim/vim/issues/2165)
author Christian Brabandt <cb@256bit.org>
date Thu, 28 Sep 2017 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 "$@"