view configure @ 34630:250793f9b574

NSIS: Update nsis installer and nsis docs (#14256) Commit: https://github.com/vim/vim/commit/51c94b650632f17f23efba1de928442d3e859b7d Author: Restorer <69863286+RestorerZ@users.noreply.github.com> Date: Sun Mar 24 09:41:18 2024 +0000 NSIS: Update nsis installer and nsis docs (https://github.com/vim/vim/issues/14256) Signed-off-by: RestorerZ <restorer@mail2k.ru> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sun, 24 Mar 2024 10:45: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 "$@"