view configure @ 33281:3e78dea9ad87

Added tag v9.0.1907 for changeset d36b39b5a3945d6fdbd01be84fcc362c24159a87
author Christian Brabandt <cb@256bit.org>
date Sun, 17 Sep 2023 19:00:06 +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 "$@"