view configure @ 16730:000350f8e4d1 v8.1.1367

patch 8.1.1367: can set 'modelineexpr' in modeline commit https://github.com/vim/vim/commit/7e800c6047c8a9cc3e5cbc019a4dc91ec36616b1 Author: Bram Moolenaar <Bram@vim.org> Date: Thu May 23 17:08:49 2019 +0200 patch 8.1.1367: can set 'modelineexpr' in modeline Problem: can set 'modelineexpr' in modeline. Solution: Add P_SECURE flag.
author Bram Moolenaar <Bram@vim.org>
date Thu, 23 May 2019 17:15:06 +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 "$@"