view configure @ 23479:39d62cdde492 v8.2.2282

patch 8.2.2282: length check mismatch with argument of strncmp() Commit: https://github.com/vim/vim/commit/339c1bdbdfb823c4ea36242f0a4f083cbc010b84 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 2 20:14:23 2021 +0100 patch 8.2.2282: length check mismatch with argument of strncmp() Problem: Length check mismatch with argument of strncmp(). (Christian Brabandt) Solution: Adjust length check.
author Bram Moolenaar <Bram@vim.org>
date Sat, 02 Jan 2021 20:15:03 +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 "$@"