view configure @ 25168:68f0093134b1 v8.2.3120

patch 8.2.3120: crypt with sodium test fails on MS-Windows Commit: https://github.com/vim/vim/commit/db8647277082a8a69a189ded8bd1408af993b54e Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jul 8 11:37:50 2021 +0200 patch 8.2.3120: crypt with sodium test fails on MS-Windows Problem: Crypt with sodium test fails on MS-Windows. Solution: Make the tests pass. (closes https://github.com/vim/vim/issues/8428)
author Bram Moolenaar <Bram@vim.org>
date Thu, 08 Jul 2021 11:45:04 +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 "$@"