view configure @ 31367:a267e07ded3b v9.0.1017

patch 9.0.1017: test for srand() fails on MS-Windows Commit: https://github.com/vim/vim/commit/9dacdb1d56ee0f9272f3fc956a12f15f84ffb205 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Dec 6 09:05:25 2022 +0000 patch 9.0.1017: test for srand() fails on MS-Windows Problem: Test for srand() fails on MS-Windows. Solution: Do not expect the same result a second time.
author Bram Moolenaar <Bram@vim.org>
date Tue, 06 Dec 2022 10:15:05 +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 "$@"