view configure @ 28737:2043e243fa89 v8.2.4893

patch 8.2.4893: distributed import files are not installed Commit: https://github.com/vim/vim/commit/44433da5345e5c459f5e5812e30fca12fe297cd6 Author: Bram Moolenaar <Bram@vim.org> Date: Fri May 6 18:08:52 2022 +0100 patch 8.2.4893: distributed import files are not installed Problem: Distributed import files are not installed. Solution: Add rules to Makefile and NSIS.
author Bram Moolenaar <Bram@vim.org>
date Fri, 06 May 2022 19:15:02 +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 "$@"