view configure @ 13988:68290d296dc9 v8.1.0012

patch 8.1.0012: misplaced #endif commit https://github.com/vim/vim/commit/1f131aee0ed4383009c0a67cc15581cc4c0dcad7 Author: Bram Moolenaar <Bram@vim.org> Date: Mon May 21 13:39:40 2018 +0200 patch 8.1.0012: misplaced #endif Problem: Misplaced #endif. Solution: Move the #endif to after the expression. (David Binderman)
author Christian Brabandt <cb@256bit.org>
date Mon, 21 May 2018 13:45:05 +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 "$@"