view configure @ 14007:5d6e8dedfc73 v8.1.0021

patch 8.1.0021: clang warns for undefined behavior commit https://github.com/vim/vim/commit/d315cf551f1d15609c4d7cf724e471de55f5cdac Author: Bram Moolenaar <Bram@vim.org> Date: Wed May 23 20:30:56 2018 +0200 patch 8.1.0021: clang warns for undefined behavior Problem: Clang warns for undefined behavior. Solution: Move #ifdef outside of sprintf() call.(suggestion by Michael Jarvis, closes #2956)
author Christian Brabandt <cb@256bit.org>
date Wed, 23 May 2018 20: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 "$@"