view configure @ 14011:8631b54ae2a2 v8.1.0023

patch 8.1.0023: gcc 8.1 warns for use of strncpy() commit https://github.com/vim/vim/commit/22c105640cdef25d98390f973d2ed53dd9039f6e Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 26 17:35:27 2018 +0200 patch 8.1.0023: gcc 8.1 warns for use of strncpy() Problem: gcc 8.1 warns for use of strncpy(). (John Marriott) Solution: Use mch_memmove() instead of STRNCPY().
author Christian Brabandt <cb@256bit.org>
date Sat, 26 May 2018 17:45:06 +0200
parents cd9471bd8e9e
children a1ca6778da49
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 src && exec ./configure "$@"