view configure @ 30681:a7f174d34f85 v9.0.0675

patch 9.0.0675: search test screendump is outdated Commit: https://github.com/vim/vim/commit/851907a7ab2db84e1e93c3f7ef417cc46c5c19c7 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Oct 6 16:33:15 2022 +0100 patch 9.0.0675: search test screendump is outdated Problem: Search test screendump is outdated. Solution: Update the screendump for improved display.
author Bram Moolenaar <Bram@vim.org>
date Thu, 06 Oct 2022 17:45: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 "$@"