view configure @ 32234:e87f89061076 v9.0.1448

patch 9.0.1448: diff test fails on MacOS 13 Commit: https://github.com/vim/vim/commit/d76670fc0d9bd9e09d8a3aa68ef58f796136d964 Author: ichizok <gclient.gaap@gmail.com> Date: Thu Apr 13 17:23:45 2023 +0100 patch 9.0.1448: diff test fails on MacOS 13 Problem: Diff test fails on MacOS 13. Solution: Install GNU diffutils. (Ozaki Kiichi, closes https://github.com/vim/vim/issues/12258)
author Bram Moolenaar <Bram@vim.org>
date Thu, 13 Apr 2023 18:30:04 +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 "$@"