view configure @ 30906:5137a0968a5c v9.0.0787

patch 9.0.0787: mouse scrolling in terminal misbehaves without dll Commit: https://github.com/vim/vim/commit/9298a996fc54e483dc29c0700edf3c5fe9d0f6a9 Author: Christopher Plewright <chris@createng.com> Date: Tue Oct 18 13:33:26 2022 +0100 patch 9.0.0787: mouse scrolling in terminal misbehaves without dll Problem: MS-Windows: mouse scrolling in terminal misbehaves without dll. Solution: Add #ifdef as a temporary solution. (Christopher Plewright, closes #11392)
author Bram Moolenaar <Bram@vim.org>
date Tue, 18 Oct 2022 14:45:03 +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 "$@"