view configure @ 23005:d32ffc07cc3d v8.2.2049

patch 8.2.2049: Amiga: obsolete function Commit: https://github.com/vim/vim/commit/d653293c806c8bea976737b88006264e7a8ea6d6 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Nov 25 17:00:43 2020 +0100 patch 8.2.2049: Amiga: obsolete function Problem: Amiga: obsolete function. Solution: Remove the function. (Ola S?der, closes https://github.com/vim/vim/issues/7374)
author Bram Moolenaar <Bram@vim.org>
date Wed, 25 Nov 2020 17:15: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 "$@"