view configure @ 28804:12bbd8a31cac v8.2.4926

patch 8.2.4926: #ifdef for crypt feature around too many lines Commit: https://github.com/vim/vim/commit/51f0bc31d3cf512508419064faac0e5b7e52c98b Author: zeertzjq <zeertzjq@outlook.com> Date: Mon May 9 13:33:39 2022 +0100 patch 8.2.4926: #ifdef for crypt feature around too many lines Problem: #ifdef for crypt feature around too many lines. Solution: Move code outside of #ifdef. (closes https://github.com/vim/vim/issues/10388)
author Bram Moolenaar <Bram@vim.org>
date Mon, 09 May 2022 14:45: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 "$@"