view configure @ 30596:2cad2913c7c1 v9.0.0633

patch 9.0.0633: FEAT_TITLE was removed but is still used Commit: https://github.com/vim/vim/commit/b850c39676db21c6f1aa3afed0e2e48d407dd60e Author: rbtnn <naru123456789@gmail.com> Date: Sat Oct 1 15:47:04 2022 +0100 patch 9.0.0633: FEAT_TITLE was removed but is still used Problem: FEAT_TITLE was removed but is still used. Solution: Remove FEAT_TITLE. (Naruhiko Nishino, closes https://github.com/vim/vim/issues/11256)
author Bram Moolenaar <Bram@vim.org>
date Sat, 01 Oct 2022 17: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 "$@"