view configure @ 32874:d51fd538c355 v9.0.1746

patch 9.0.1746: vim9class compile error for char/char_u conversion Commit: https://github.com/vim/vim/commit/28ae5a32fd071b9c5881c3c33f531191ed641e55 Author: Christian Brabandt <cb@256bit.org> Date: Sat Aug 19 14:09:16 2023 +0200 patch 9.0.1746: vim9class compile error for char/char_u conversion Problem: vim9class compile error for char/char_u conversion Solution: Correctly cast to (char *) Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sat, 19 Aug 2023 14:15:03 +0200
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 "$@"