view configure @ 21112:2d3cd9acf853 v8.2.1107

patch 8.2.1107: 'imactivatefunc' and 'imstatusfunc' are not used in the GUI Commit: https://github.com/vim/vim/commit/ef8c617b9c4dc262ed34598d7e382237696c3d61 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jul 1 15:12:44 2020 +0200 patch 8.2.1107: 'imactivatefunc' and 'imstatusfunc' are not used in the GUI Problem: 'imactivatefunc' and 'imstatusfunc' are not used in the GUI. Solution: Adjust the #ifdefs. (closes https://github.com/vim/vim/issues/6367)
author Bram Moolenaar <Bram@vim.org>
date Wed, 01 Jul 2020 15:15: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 "$@"