view configure @ 24297:6b7ab048eaae v8.2.2689

patch 8.2.2689: tiny build fails Commit: https://github.com/vim/vim/commit/160a2b4dac198f31fbcff9d696548e011c4602c1 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Apr 1 21:57:46 2021 +0200 patch 8.2.2689: tiny build fails Problem: Tiny build fails. Solution: Add #ifdef around use of p_stl.
author Bram Moolenaar <Bram@vim.org>
date Thu, 01 Apr 2021 22:00: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 "$@"