view configure @ 18506:b065181f0408 v8.1.2247

patch 8.1.2247: "make vimtags" does not work in runtime/doc Commit: https://github.com/vim/vim/commit/e890b9f5dd3ae76e301b2df7f3151366acaba5dc Author: Bram Moolenaar <Bram@vim.org> Date: Sun Nov 3 18:38:47 2019 +0100 patch 8.1.2247: "make vimtags" does not work in runtime/doc Problem: "make vimtags" does not work in runtime/doc. Solution: Test existence with "which" instead of "test -x". (Ken Takata)
author Bram Moolenaar <Bram@vim.org>
date Sun, 03 Nov 2019 18:45:03 +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 "$@"