view configure @ 26692:de714c98c9b8 v8.2.3875

patch 8.2.3875: gcc complains about buffer overrun Commit: https://github.com/vim/vim/commit/b4168fd917e869912e0649fe13c10e5e6a595199 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Dec 22 20:29:09 2021 +0000 patch 8.2.3875: gcc complains about buffer overrun Problem: gcc complains about buffer overrun. Solution: Use mch_memmove() instead of STRCPY(). (John Marriott)
author Bram Moolenaar <Bram@vim.org>
date Wed, 22 Dec 2021 21:30:04 +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 "$@"