view configure @ 22359:f4d1fe8e04cf v8.2.1728

patch 8.2.1728: compiler warning for using uninitialized variable Commit: https://github.com/vim/vim/commit/c53e9c57a9846655c2d3169788f4beefa6d22d90 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 22 22:08:32 2020 +0200 patch 8.2.1728: compiler warning for using uninitialized variable Problem: Compiler warning for using uninitialized variable. (John Marriott) Solution: Initialize "neighbor".
author Bram Moolenaar <Bram@vim.org>
date Tue, 22 Sep 2020 22: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 "$@"