view configure @ 17990:8976c3a3803a v8.1.1991

patch 8.1.1991: still cannot build with eval but without cscope Commit: https://github.com/vim/vim/commit/6f72e90dd843a7342395b31f31c2073a3859869d Author: Bram Moolenaar <Bram@vim.org> Date: Thu Sep 5 23:04:02 2019 +0200 patch 8.1.1991: still cannot build with eval but without cscope Problem: Still cannot build with eval but without cscope. Solution: Move f_cscope_connection() outside of #ifdef.
author Bram Moolenaar <Bram@vim.org>
date Thu, 05 Sep 2019 23:15:03 +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 "$@"