view configure @ 13047:669c4f75a69e v8.0.1399

patch 8.0.1399: warnings and errors when building tiny version commit https://github.com/vim/vim/commit/ee219b0e9faab4b7159ed1725c5b82cea4f4d4f8 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Dec 17 14:55:01 2017 +0100 patch 8.0.1399: warnings and errors when building tiny version Problem: Warnings and errors when building tiny version. (Tony Mechelynck) Solution: Add #ifdefs.
author Christian Brabandt <cb@256bit.org>
date Sun, 17 Dec 2017 15: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 "$@"