view configure @ 16184:acbb1a815e7c v8.1.1097

patch 8.1.1097: Motif build fails commit https://github.com/vim/vim/commit/4fc8e2f8bb3eb42df0f72cfcc1f8f8e567e7ce4f Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 30 22:26:38 2019 +0100 patch 8.1.1097: Motif build fails Problem: Motif build fails. (Paul Jolly) Solution: Only use gui_mch_maximized() for MS-Windows. (closes https://github.com/vim/vim/issues/4194)
author Bram Moolenaar <Bram@vim.org>
date Sat, 30 Mar 2019 22:30:04 +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 "$@"