view configure @ 34972:432d87b946e6

Added tag v9.1.0341 for changeset 0cc43bca5bd95ba0180662d6fe07aafdce6602b4
author Christian Brabandt <cb@256bit.org>
date Tue, 16 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 "$@"