view configure @ 25925:8b34c216a523 v8.2.3496

patch 8.2.3496: crypt test fails if xxd was not installed yet Commit: https://github.com/vim/vim/commit/a5d4f3b09d25006f7bc988d618152bd34177a579 Author: James McCoy <jamessan@jamessan.com> Date: Mon Oct 11 16:27:03 2021 +0100 patch 8.2.3496: crypt test fails if xxd was not installed yet Problem: Crypt test fails on MS-Windows if xxd was not installed yet. Solution: Use the just built xxd executable if it exists. (James McCoy, closes #8929)
author Bram Moolenaar <Bram@vim.org>
date Mon, 11 Oct 2021 17:30: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 "$@"