view configure @ 16804:9fa322a3bc31 v8.1.1404

patch 8.1.1404: cannot change the patch level when building with NSIS commit https://github.com/vim/vim/commit/9d591525a5d7a693aa47b4a87c5f53c503500c1c Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 26 20:49:42 2019 +0200 patch 8.1.1404: cannot change the patch level when building with NSIS Problem: Cannot change the patch level when building with NSIS. Solution: Use $PATCHLEVEL if defined. (Christian Brabandt)
author Bram Moolenaar <Bram@vim.org>
date Sun, 26 May 2019 21:00:05 +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 "$@"