view configure @ 31580:9f2a9dd57226 v9.0.1122

patch 9.0.1122: class member access is not fully tested yet Commit: https://github.com/vim/vim/commit/9f2d97efe28d32d6e4960e41e80413713f8d1d18 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Dec 31 19:01:02 2022 +0000 patch 9.0.1122: class member access is not fully tested yet Problem: Class member access is not fully tested yet. Solution: Add more tests.
author Bram Moolenaar <Bram@vim.org>
date Sat, 31 Dec 2022 20: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 "$@"