view configure @ 31477:e8fcb04c96c9 v9.0.1071

patch 9.0.1071: Codecov action version is too specific Commit: https://github.com/vim/vim/commit/b5328b46a79d1383fb1d7d193e7271efcf2f996a Author: dundargoc <gocdundar@gmail.com> Date: Sat Dec 17 15:47:45 2022 +0000 patch 9.0.1071: Codecov action version is too specific Problem: Codecov action version is too specific. Solution: Only use "v3" to automatically use the latest stable version. (closes #11720)
author Bram Moolenaar <Bram@vim.org>
date Sat, 17 Dec 2022 17:00: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 "$@"