view configure @ 20758:47bfe07e06a3 v8.2.0931

patch 8.2.0931: some remarks about BeOS remain Commit: https://github.com/vim/vim/commit/6938e27abd80715cf7beb9d3d579a63201f417a1 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 7 22:23:19 2020 +0200 patch 8.2.0931: some remarks about BeOS remain Problem: Some remarks about BeOS remain. Solution: Remove BeOS remarks from the help and other files. (Emir Sari, closes #6221)
author Bram Moolenaar <Bram@vim.org>
date Sun, 07 Jun 2020 22:30:04 +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 "$@"