view configure @ 28747:fb86364889a4 v8.2.4898

patch 8.2.4898: Coverity complains about pointer usage Commit: https://github.com/vim/vim/commit/70d87690a39222277c2beab0649e343a78dee908 Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 7 10:03:27 2022 +0100 patch 8.2.4898: Coverity complains about pointer usage Problem: Coverity complains about pointer usage. Solution: Move code for increment/decerment.
author Bram Moolenaar <Bram@vim.org>
date Sat, 07 May 2022 11: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 "$@"