view configure @ 33094:e1a219f47e3a v9.0.1832

patch 9.0.1832: xxd: reporting wrong version Commit: https://github.com/vim/vim/commit/0ffa97e8fae5e73ff05ba24178cfc7206a3fe67e Author: Christian Brabandt <cb@256bit.org> Date: Thu Aug 31 21:03:02 2023 +0200 patch 9.0.1832: xxd: reporting wrong version Problem: xxd: reporting wrong version (after 9.0.1827) Solution: Update version string Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Thu, 31 Aug 2023 21: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 "$@"