view configure @ 29126:4385dfed5b29 v8.2.5083

patch 8.2.5083: autocmd test still fails on MS-Windows Commit: https://github.com/vim/vim/commit/db77c49401145d76441fbb3d22a1d7d987681c13 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 12 23:26:50 2022 +0100 patch 8.2.5083: autocmd test still fails on MS-Windows Problem: Autocmd test still fails on MS-Windows. Solution: Change backward to forward slashes.
author Bram Moolenaar <Bram@vim.org>
date Mon, 13 Jun 2022 00:30:02 +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 "$@"