view configure @ 24116:a028cb6898a2 v8.2.2599

patch 8.2.2599: build failure Commit: https://github.com/vim/vim/commit/edba70703b6eaee3365ddfd82e4ba56ee08486f8 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 13 21:14:18 2021 +0100 patch 8.2.2599: build failure Problem: Build failure. Solution: Add missing change.
author Bram Moolenaar <Bram@vim.org>
date Sat, 13 Mar 2021 21:15: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 "$@"