view configure @ 28437:c01ae844a9cc v8.2.4743

patch 8.2.4743: clang 14 is available on CI Commit: https://github.com/vim/vim/commit/9bbe5c6b8c44e08c90510c36596d13e54ca0eea4 Author: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Tue Apr 12 15:40:12 2022 +0100 patch 8.2.4743: clang 14 is available on CI Problem: Clang 14 is available on CI. Solution: Switch from clang 13 to 14. (closes https://github.com/vim/vim/issues/10157)
author Bram Moolenaar <Bram@vim.org>
date Tue, 12 Apr 2022 16:45:02 +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 "$@"