view configure @ 23590:619c92c629b8 v8.2.2337

patch 8.2.2337: configure test for GTK only says "no" Commit: https://github.com/vim/vim/commit/67876de7bbc4254268d8180d68203b965e25ed95 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 12 20:51:24 2021 +0100 patch 8.2.2337: configure test for GTK only says "no" Problem: Configure test for GTK only says "no". (Harm te Hennepe) Solution: Hint that a -def package is needed. (closes https://github.com/vim/vim/issues/5229)
author Bram Moolenaar <Bram@vim.org>
date Tue, 12 Jan 2021 21:00:05 +0100
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 "$@"