view configure @ 13342:ea008de206ea v8.0.1545

patch 8.0.1545: screen dumps not included in distribution commit https://github.com/vim/vim/commit/8226ac6b5916c736dde751df9cb8d03c19cb5611 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Feb 27 14:54:53 2018 +0100 patch 8.0.1545: screen dumps not included in distribution Problem: Screen dumps not included in distribution. Solution: Add dumps to the list of distributed files.
author Christian Brabandt <cb@256bit.org>
date Tue, 27 Feb 2018 15:00:08 +0100
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 "$@"