view configure @ 18331:3e657635ca36 v8.1.2160

patch 8.1.2160: cannot build with +syntax but without +terminal Commit: https://github.com/vim/vim/commit/a6cc5beb1705359828a45b91402c34640f4e756a Author: Bram Moolenaar <Bram@vim.org> Date: Wed Oct 16 18:42:26 2019 +0200 patch 8.1.2160: cannot build with +syntax but without +terminal Problem: Cannot build with +syntax but without +terminal. Solution: Add #ifdef.
author Bram Moolenaar <Bram@vim.org>
date Wed, 16 Oct 2019 18: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 "$@"