view configure @ 31710:50241d494268 v9.0.1187

patch 9.0.1187: test for using imported class fails Commit: https://github.com/vim/vim/commit/3ce33b120c6479dfc8f22c7cc8945b9ef54285b0 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 12 20:39:09 2023 +0000 patch 9.0.1187: test for using imported class fails Problem: Test for using imported class fails. Solution: Skip over rest of type.
author Bram Moolenaar <Bram@vim.org>
date Thu, 12 Jan 2023 21:45: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 "$@"