view configure @ 19777:b245e974d42c v8.2.0445

patch 8.2.0445: png and xpm files not in MS-Windows zip file Commit: https://github.com/vim/vim/commit/f66ca9f1df535c8042292ce20f4260cafc877670 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Mar 25 20:17:00 2020 +0100 patch 8.2.0445: png and xpm files not in MS-Windows zip file Problem: Png and xpm files not in MS-Windows zip file. Solution: Move files to shared between Unix and Windows target.
author Bram Moolenaar <Bram@vim.org>
date Wed, 25 Mar 2020 20:30:04 +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 "$@"