view configure @ 17968:22ddc0ee65e7 v8.1.1980

patch 8.1.1980: fix for search stat not tested Commit: https://github.com/vim/vim/commit/0f63ed33fdd12d8220f7bc7ff91095e7ceed9985 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 4 16:32:36 2019 +0200 patch 8.1.1980: fix for search stat not tested Problem: Fix for search stat not tested. Solution: Add a screenshot test. (Christian Brabandt)
author Bram Moolenaar <Bram@vim.org>
date Wed, 04 Sep 2019 16:45:04 +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 "$@"