view configure @ 33113:9e70d6614c58

Added tag v9.0.1839 for changeset 27e42f2eab1bf765ec9eb94202e658adf62bc82a
author Christian Brabandt <cb@256bit.org>
date Fri, 01 Sep 2023 22:45:05 +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 "$@"