view configure @ 22333:2ccc3e68b617 v8.2.1715

patch 8.2.1715: Motif GUI: commented out code missed {} Commit: https://github.com/vim/vim/commit/26cd3063b2e2084cfd17989e7584c64f278aaaef Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 20 21:13:27 2020 +0200 patch 8.2.1715: Motif GUI: commented out code missed {} Problem: Motif GUI: commented out code missed {}. Solution: Add {} and reenable the code. (similar to https://github.com/vim/vim/issues/6989)
author Bram Moolenaar <Bram@vim.org>
date Sun, 20 Sep 2020 21:15:05 +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 "$@"