view configure @ 26443:fee1e854e183 v8.2.3752

patch 8.2.3752: build error when using Photon GUI Commit: https://github.com/vim/vim/commit/8603be338ac810446f23c092f21bc6082f787519 Author: h-east <h.east.727@gmail.com> Date: Mon Dec 6 11:24:09 2021 +0000 patch 8.2.3752: build error when using Photon GUI Problem: Build error when using Photon GUI. Solution: Adjust #ifdef. (closes https://github.com/vim/vim/issues/9288)
author Bram Moolenaar <Bram@vim.org>
date Mon, 06 Dec 2021 12:30: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 "$@"