view configure @ 33184:8542e08372c9

Added tag v9.0.1871 for changeset c8c9d89fc55f82d17afc760e30e476bb4fe959d3
author Christian Brabandt <cb@256bit.org>
date Tue, 05 Sep 2023 07: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 "$@"