view configure @ 20154:5dc9b96e3c5a v8.2.0632

patch 8.2.0632: crash when using Haiku Commit: https://github.com/vim/vim/commit/92c461ef1b3b58c7dd4835bc881769f0f84e8ad0 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Apr 24 22:19:00 2020 +0200 patch 8.2.0632: crash when using Haiku Problem: Crash when using Haiku. Solution: Lock the screen. (closes https://github.com/vim/vim/issues/5975, closes https://github.com/vim/vim/issues/5973)
author Bram Moolenaar <Bram@vim.org>
date Fri, 24 Apr 2020 22: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 "$@"