view configure @ 19093:af70e0c2b3cd v8.2.0107

patch 8.2.0107: hgignore is out of sync from gitignore Commit: https://github.com/vim/vim/commit/4ba64418187995c96fc29e4e4f699cecd57013bd Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 9 16:25:52 2020 +0100 patch 8.2.0107: hgignore is out of sync from gitignore Problem: Hgignore is out of sync from gitignore. Solution: Add lines to hgignore. (Ken Takata)
author Bram Moolenaar <Bram@vim.org>
date Thu, 09 Jan 2020 16:30: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 "$@"