view configure @ 16906:4dac68c4a34a v8.1.1454

patch 8.1.1454: build failure without the conceal feature commit https://github.com/vim/vim/commit/6116b6abb1a14b6b7aa9776c390f1a5a6bf1b209 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 2 19:02:27 2019 +0200 patch 8.1.1454: build failure without the conceal feature Problem: Build failure without the conceal feature. Solution: Remove #ifdef.
author Bram Moolenaar <Bram@vim.org>
date Sun, 02 Jun 2019 19:15:05 +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 "$@"