view configure @ 24535:f522ef9e5ea3 v8.2.2807

patch 8.2.2807: build fails with tiny features Commit: https://github.com/vim/vim/commit/340c59ec6f9635e8cbf61db7996d68f61b48679f Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 24 20:37:03 2021 +0200 patch 8.2.2807: build fails with tiny features Problem: Build fails with tiny features. Solution: Use a dummy function for ex_incdec().
author Bram Moolenaar <Bram@vim.org>
date Sat, 24 Apr 2021 20: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 "$@"