view configure @ 27368:7ec64e4539af v8.2.4212

patch 8.2.4212: window title test still fails in some configurations Commit: https://github.com/vim/vim/commit/1450112eef2eda211d398d6d7ac03f7a29fa4f55 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jan 24 22:32:28 2022 +0000 patch 8.2.4212: window title test still fails in some configurations Problem: Window title test still fails in some configurations. Solution: Explicitly set the 'title' option.
author Bram Moolenaar <Bram@vim.org>
date Mon, 24 Jan 2022 23:45:04 +0100
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 "$@"