view configure @ 31647:094f4c67e9c9 v9.0.1156

patch 9.0.1156: tests fail because of a different error message Commit: https://github.com/vim/vim/commit/0cb3ca9f7a1b027973239bbea3d1a20dd1676a9c Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 7 13:07:11 2023 +0000 patch 9.0.1156: tests fail because of a different error message Problem: Tests fail because of a different error message. Solution: Don't give an error if a type name can't be found.
author Bram Moolenaar <Bram@vim.org>
date Sat, 07 Jan 2023 14:15:02 +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 "$@"