view configure @ 23610:07f9e4a54178 v8.2.2347

patch 8.2.2347: build failure without GUI Commit: https://github.com/vim/vim/commit/e1ee58ac788508585f60c91fcf6629e2251a9220 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 14 19:04:44 2021 +0100 patch 8.2.2347: build failure without GUI Problem: Build failure without GUI. Solution: Add #ifdef.
author Bram Moolenaar <Bram@vim.org>
date Thu, 14 Jan 2021 19:15:04 +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 "$@"