view configure @ 32780:36c49f10843b v9.0.1706

patch 9.0.1706: typos in the xxd manpage Commit: https://github.com/vim/vim/commit/02551c9de0895dbe9105bd577e59c1fdde44355a Author: Matthias Braun <mb720@users.noreply.github.com> Date: Sun Aug 13 19:20:35 2023 +0200 patch 9.0.1706: typos in the xxd manpage Problem: typos in the xxd manpage Solution: Fix typos and formatting closes: #12645 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Matthias Braun <mb720@users.noreply.github.com>
author Christian Brabandt <cb@256bit.org>
date Sun, 13 Aug 2023 19:30:02 +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 "$@"