view configure @ 26996:83dcff9f3a9a v8.2.4027

patch 8.2.4027: import test fails on MS-Windows Commit: https://github.com/vim/vim/commit/2b04d5f1ef0dfaac1706e413947a7297285fa7b9 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jan 7 14:39:56 2022 +0000 patch 8.2.4027: import test fails on MS-Windows Problem: Import test fails on MS-Windows. Solution: Use a different directory name.
author Bram Moolenaar <Bram@vim.org>
date Fri, 07 Jan 2022 15:45:03 +0100
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 "$@"