view configure @ 30729:cb32822d2730 v9.0.0699

patch 9.0.0699: tiny build fails Commit: https://github.com/vim/vim/commit/bf499c0e6f30a94fe062f83ea0190f93178d0d74 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 8 17:55:32 2022 +0100 patch 9.0.0699: tiny build fails Problem: Tiny build fails. Solution: Add #ifdef.
author Bram Moolenaar <Bram@vim.org>
date Sat, 08 Oct 2022 19: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 "$@"