view configure @ 18554:60c46cd053db v8.1.2271

patch 8.1.2271: build error if FEAT_TAG_BINS is not defined Commit: https://github.com/vim/vim/commit/398a59b6a51e86c23a5f61cb9a6d8a5771c95680 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Nov 8 21:56:57 2019 +0100 patch 8.1.2271: build error if FEAT_TAG_BINS is not defined Problem: Build error if FEAT_TAG_BINS is not defined. (John Marriott) Solution: Add #ifdef.
author Bram Moolenaar <Bram@vim.org>
date Fri, 08 Nov 2019 22:00:05 +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 "$@"