view configure @ 18215:86a865a89661 v8.1.2102

patch 8.1.2102: can't build with GTK and FEAT_GUI_GNOME Commit: https://github.com/vim/vim/commit/d17a57a43330977b8f4eb36f1f7a4a66a7bb26c8 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 29 20:53:55 2019 +0200 patch 8.1.2102: can't build with GTK and FEAT_GUI_GNOME Problem: Can't build with GTK and FEAT_GUI_GNOME. (Tony Mechelynck) Solution: Adjust the #ifdef. (Yegappan Lakshmanan)
author Bram Moolenaar <Bram@vim.org>
date Sun, 29 Sep 2019 21:00:04 +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 "$@"