view configure @ 29130:247a6d944401 v8.2.5085

patch 8.2.5085: gcc gives warning for signed/unsigned difference Commit: https://github.com/vim/vim/commit/819ab82f7ee505d6fc4c6dc408e4b27c0fbe4a97 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jun 13 22:34:14 2022 +0100 patch 8.2.5085: gcc gives warning for signed/unsigned difference Problem: Gcc gives warning for signed/unsigned difference. Solution: Use a different pointer type. (John Marriott)
author Bram Moolenaar <Bram@vim.org>
date Mon, 13 Jun 2022 23:45: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 "$@"