view configure @ 12371:55359dabb6cc v8.0.1065

patch 8.0.1065: not all macro examples are included commit https://github.com/vim/vim/commit/c35e4cb4fe3ce524d15ac9fdc9a8aa923761bdfd Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 6 21:43:10 2017 +0200 patch 8.0.1065: not all macro examples are included Problem: Not all macro examples are included in the self-installing executable. (lkintact) Solution: Add the directories to the NSIS script. (closes #2065)
author Christian Brabandt <cb@256bit.org>
date Wed, 06 Sep 2017 21:45:04 +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 "$@"