view configure @ 33509:e083de1ef4b4 v9.0.2003

patch 9.0.2003: xxd: compilation warning Commit: https://github.com/vim/vim/commit/7879bc5c13311c1fb6497776ed7804400852460a Author: Christian Brabandt <cb@256bit.org> Date: Sun Oct 8 20:36:44 2023 +0200 patch 9.0.2003: xxd: compilation warning Problem: xxd: compilation warning Solution: initialize variables Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sun, 08 Oct 2023 20:45:05 +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 "$@"