view configure @ 27390:018c911eb9cf v8.2.4223

patch 8.2.4223: long/int compiler warnings; function arguments swapped Commit: https://github.com/vim/vim/commit/1a804528ab39f5c810cf42397702057100a94ade Author: K.Takata <kentkt@csc.jp> Date: Wed Jan 26 16:45:20 2022 +0000 patch 8.2.4223: long/int compiler warnings; function arguments swapped Problem: Long/int compiler warnings; function arguments swapped. Solution: Add type casts. Swap arguments. (Ken Takata, closes https://github.com/vim/vim/issues/9632)
author Bram Moolenaar <Bram@vim.org>
date Wed, 26 Jan 2022 18: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 "$@"