view configure @ 19133:dc6a0b05b082 v8.2.0126

patch 8.2.0126: textprop test fails Commit: https://github.com/vim/vim/commit/94b6fb78c578caab014fea4029bb534246a95f6f Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jan 17 21:00:59 2020 +0100 patch 8.2.0126: textprop test fails Problem: Textprop test fails. Solution: Fix sign in computation.
author Bram Moolenaar <Bram@vim.org>
date Fri, 17 Jan 2020 21:15:03 +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 "$@"