view configure @ 30924:ae3970cc28cb v9.0.0796

patch 9.0.0796: mapping test fails in some situations Commit: https://github.com/vim/vim/commit/060b8384888ce91b1bc194101091d0f9f85d0490 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Oct 19 14:48:14 2022 +0100 patch 9.0.0796: mapping test fails in some situations Problem: Mapping test fails in some situations. Solution: Find the line with the verbose information.
author Bram Moolenaar <Bram@vim.org>
date Wed, 19 Oct 2022 16: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 "$@"