view configure @ 18060:31546178bc83 v8.1.2025

patch 8.1.2025: MS-Windows: Including shlguid.h causes problems for msys2 Commit: https://github.com/vim/vim/commit/1946de140a84accaa2f298c7fdccc1be37b9f630 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 13 22:03:19 2019 +0200 patch 8.1.2025: MS-Windows: Including shlguid.h causes problems for msys2 Problem: MS-Windows: Including shlguid.h causes problems for msys2. Solution: Do not include shlguid.h. (closes https://github.com/vim/vim/issues/4913)
author Bram Moolenaar <Bram@vim.org>
date Fri, 13 Sep 2019 22:15: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 "$@"