view configure @ 30996:d5a56c991218 v9.0.0833

patch 9.0.0833: Mac: no +sound feature in huge build Commit: https://github.com/vim/vim/commit/25b8420c2b4c65f8e0292fbc006db1ea12d4b1c6 Author: Yee Cheng Chin <ychin.git@gmail.com> Date: Sat Nov 5 14:23:14 2022 +0000 patch 9.0.0833: Mac: no +sound feature in huge build Problem: Mac: no +sound feature in huge build. Solution: Enable +sound in Mac huge build. (closes https://github.com/vim/vim/issues/11497)
author Bram Moolenaar <Bram@vim.org>
date Sat, 05 Nov 2022 15:30: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 "$@"