view configure @ 21244:bc7ed647d654 v8.2.1173

patch 8.2.1173: tee doesn't build on some systems Commit: https://github.com/vim/vim/commit/40043152924827fa8c4064951065ff507c610164 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jul 10 20:45:31 2020 +0200 patch 8.2.1173: tee doesn't build on some systems Problem: Tee doesn't build on some systems. Solution: Include header files. (Dominique Pelle, closes https://github.com/vim/vim/issues/6431)
author Bram Moolenaar <Bram@vim.org>
date Fri, 10 Jul 2020 21:00:03 +0200
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 "$@"