view configure @ 19524:4a6a412e4565 v8.2.0319

patch 8.2.0319: file missing in distribution, comments outdated Commit: https://github.com/vim/vim/commit/d672dde584effd55702ee15efec4cb2a8c77bf85 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 26 13:43:51 2020 +0100 patch 8.2.0319: file missing in distribution, comments outdated Problem: File missing in distribution, comments outdated. Solution: Correct path of README file. Update comments.
author Bram Moolenaar <Bram@vim.org>
date Wed, 26 Feb 2020 13:45:06 +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 "$@"