view configure @ 26282:71bdede8afd8 v8.2.3672

patch 8.2.3672: build failure with unsigned char Commit: https://github.com/vim/vim/commit/71b36206be14c3b6334765d44a38d413eca751c7 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Nov 25 13:26:19 2021 +0000 patch 8.2.3672: build failure with unsigned char Problem: Build failure with unsigned char. Solution: Use int instead of char.
author Bram Moolenaar <Bram@vim.org>
date Thu, 25 Nov 2021 14:30: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 "$@"