view configure @ 22141:a2d8535d035a v8.2.1620

patch 8.2.1620: searchcount() test fails Commit: https://github.com/vim/vim/commit/4140c4f3fff1a441f2837f2f911ab0f0368e412a Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 5 23:16:00 2020 +0200 patch 8.2.1620: searchcount() test fails Problem: searchcount() test fails. Solution: Restore default flag value.
author Bram Moolenaar <Bram@vim.org>
date Sat, 05 Sep 2020 23:30: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 "$@"