view configure @ 16790:cd130016c409 v8.1.1397

patch 8.1.1397: build fails in tiny version commit https://github.com/vim/vim/commit/80f95425cf98725004b5e8e723ca63f05d3723fa Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 25 23:42:13 2019 +0200 patch 8.1.1397: build fails in tiny version Problem: Build fails in tiny version. Solution: Always define hl_combine_attr().
author Bram Moolenaar <Bram@vim.org>
date Sat, 25 May 2019 23:45: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 "$@"