view configure @ 27501:378d3f7483e9 v8.2.4278

patch 8.2.4278: build with Athena GUI fails Commit: https://github.com/vim/vim/commit/4e3b3182307444f205a5f35e257c651f0f3717ad Author: Bram Moolenaar <Bram@vim.org> Date: Tue Feb 1 10:16:00 2022 +0000 patch 8.2.4278: build with Athena GUI fails Problem: Build with Athena GUI fails. (Elimar Riesebieter) Solution: Add #ifdef.
author Bram Moolenaar <Bram@vim.org>
date Tue, 01 Feb 2022 11:30:03 +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 "$@"