view configure @ 16932:df254cf0b4d1 v8.1.1467

patch 8.1.1467: cscope test fails commit https://github.com/vim/vim/commit/d6ec1730bab0ef4a472637ffe5796d1351442308 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jun 4 23:20:23 2019 +0200 patch 8.1.1467: cscope test fails Problem: Cscope test fails. Solution: Update expected text.
author Bram Moolenaar <Bram@vim.org>
date Tue, 04 Jun 2019 23:30: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 "$@"