view configure @ 34881:6a85ec31813a

Added tag v9.1.0305 for changeset 78cd4e28c554ec9bf557e986d70b5fcc110b4f60
author Christian Brabandt <cb@256bit.org>
date Thu, 11 Apr 2024 20:45:12 +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 "$@"