view configure @ 22017:2794a2666769 v8.2.1558

patch 8.2.1558: signs test fails Commit: https://github.com/vim/vim/commit/2f1228463aa9ff62814f9732561b1849e5f01f75 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Aug 31 23:18:00 2020 +0200 patch 8.2.1558: signs test fails Problem: Signs test fails. Solution: Add missing change to sign.c.
author Bram Moolenaar <Bram@vim.org>
date Mon, 31 Aug 2020 23: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 "$@"