view configure @ 18108:76126690dd92 v8.1.2049

patch 8.1.2049: cannot build tiny version Commit: https://github.com/vim/vim/commit/397c6a1438186adef54fe5113690307e644b0f42 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 17 20:54:31 2019 +0200 patch 8.1.2049: cannot build tiny version Problem: Cannot build tiny version. Solution: Add #ifdefs.
author Bram Moolenaar <Bram@vim.org>
date Tue, 17 Sep 2019 21:00:04 +0200
parents a1ca6778da49
children
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 "${SRCDIR:-src}" && exec ./configure "$@"