view configure @ 12879:f67ac05fa3cd v8.0.1316

patch 8.0.1316: build still still fails on Mac commit https://github.com/vim/vim/commit/44c2bffde74a98acdc60505e57c70cd7cc2afa1e Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 18 23:23:01 2017 +0100 patch 8.0.1316: build still still fails on Mac Problem: Build still still fails on Mac. (chdiza) Solution: Remove another bogus typedef.
author Christian Brabandt <cb@256bit.org>
date Sat, 18 Nov 2017 23:30: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 "$@"