view configure @ 18012:f3a23c3a5476 v8.1.2002

patch 8.1.2002: version number 2000 missing Commit: https://github.com/vim/vim/commit/9b1cd65d8b063cade214043c39560b289f84ef8b Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 7 15:51:28 2019 +0200 patch 8.1.2002: version number 2000 missing Problem: Version number 2000 missing. Solution: Add the number in the list of patches.
author Bram Moolenaar <Bram@vim.org>
date Sat, 07 Sep 2019 16:00: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 "$@"