view configure @ 18076:d7f08b7bc203 v8.1.2033

patch 8.1.2033: cannot build with tiny features Commit: https://github.com/vim/vim/commit/0571f3d6f92a7dab9c1e39acb40c2f8885887b28 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 14 22:33:47 2019 +0200 patch 8.1.2033: cannot build with tiny features Problem: Cannot build with tiny features. Solution: Add #ifdef.
author Bram Moolenaar <Bram@vim.org>
date Sat, 14 Sep 2019 22:45:03 +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 "$@"