view configure @ 23460:09868c86a97f v8.2.2273

patch 8.2.2273: build failure Commit: https://github.com/vim/vim/commit/628c102d128b4e376916ba38b883eb9ae9f41f31 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 2 15:49:28 2021 +0100 patch 8.2.2273: build failure Problem: Build failure. Solution: Add missing changes to header file.
author Bram Moolenaar <Bram@vim.org>
date Sat, 02 Jan 2021 16:00: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 "$@"