view configure @ 34123:3f4a2bb2e5e8

Added tag v9.1.0025 for changeset 20ab46fe8a16194ba0c0bcd2f10472e15f67ea44
author Christian Brabandt <cb@256bit.org>
date Fri, 12 Jan 2024 18:15:04 +0100
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 "$@"