view configure @ 31459:09fe45711621 v9.0.1062

patch 9.0.1062: some test function names do not match what they are doing Commit: https://github.com/vim/vim/commit/4cd45f1408321905019614b40a2173fe0456a96d Author: zeertzjq <zeertzjq@outlook.com> Date: Thu Dec 15 13:48:30 2022 +0000 patch 9.0.1062: some test function names do not match what they are doing Problem: Some test function names do not match what they are doing. Solution: Leave out user data for the test that is called "NoUserData". (closes #11703)
author Bram Moolenaar <Bram@vim.org>
date Thu, 15 Dec 2022 15:00: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 "$@"