view configure @ 30632:8c0232ab725c v9.0.0651

patch 9.0.0651: build fails without the +conceal feature Commit: https://github.com/vim/vim/commit/eb47d6d20a47707d810360fd1684b21f67d5dec8 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Oct 3 17:45:55 2022 +0100 patch 9.0.0651: build fails without the +conceal feature Problem: Build fails without the +conceal feature. Solution: Rename called function.
author Bram Moolenaar <Bram@vim.org>
date Mon, 03 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 "$@"