view configure @ 34994:80c739d87ab4

Added tag v9.1.0352 for changeset cda1a8a06777b58041faa797f8e66d6d1b1f22ef
author Christian Brabandt <cb@256bit.org>
date Thu, 18 Apr 2024 23:00: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 "$@"