view configure @ 21994:a6bdf4080c32 v8.2.1546

patch 8.2.1546: build rule for Vim.app is unused Commit: https://github.com/vim/vim/commit/cd80006ecbde03f668a478a272d8009970b8cefa Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 30 18:11:54 2020 +0200 patch 8.2.1546: build rule for Vim.app is unused Problem: Build rule for Vim.app is unused. Solution: Delete the related build rules.
author Bram Moolenaar <Bram@vim.org>
date Sun, 30 Aug 2020 18:15:03 +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 "$@"