view configure @ 34843:9300af6eed7d

Added tag v9.1.0290 for changeset 87c0152e321c2e852512676b7f9db191da91ecc0
author Christian Brabandt <cb@256bit.org>
date Tue, 09 Apr 2024 22:30:04 +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 "$@"