view configure @ 32106:f6bfcc31dcbc v9.0.1384

patch 9.0.1384: setting HOMEBREW_NO_AUTO_UPDATE is not needed with version 4 Commit: https://github.com/vim/vim/commit/b0b6b8b07eaeac5a22370d2b8ecefb6dd026c541 Author: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Sun Mar 5 20:56:34 2023 +0000 patch 9.0.1384: setting HOMEBREW_NO_AUTO_UPDATE is not needed with version 4 Problem: Setting HOMEBREW_NO_AUTO_UPDATE is not needed with Homebew version 4. Solution: Remove setting HOMEBREW_NO_AUTO_UPDATE. (closes #12008)
author Bram Moolenaar <Bram@vim.org>
date Sun, 05 Mar 2023 22:00:02 +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 "$@"