view configure @ 29637:3fcd11b8c81a v9.0.0159

patch 9.0.0159: cannot build with small features Commit: https://github.com/vim/vim/commit/da70cf30ef9c03e5645de0df6f7d44ffb6b31f58 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 6 22:13:03 2022 +0100 patch 9.0.0159: cannot build with small features Problem: Cannot build with small features. Solution: Check for E1170 only with FEAT_EVAL.
author Bram Moolenaar <Bram@vim.org>
date Sat, 06 Aug 2022 23:15: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 "$@"