view configure @ 27543:8e8fb566dfa5 v8.2.4298

patch 8.2.4298: divide by zero with huge tabstop value Commit: https://github.com/vim/vim/commit/fc88df42f1ae64bcc4d6cbc0fbd3445f8c59afdf Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 5 11:13:05 2022 +0000 patch 8.2.4298: divide by zero with huge tabstop value Problem: Divide by zero with huge tabstop value. Solution: Reject tabstop value that overflows to zero.
author Bram Moolenaar <Bram@vim.org>
date Sat, 05 Feb 2022 12:15: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 "$@"