view configure @ 35836:2ca46c4ecb59

Added tag v9.1.0636 for changeset fe87bfd2689d8b85db78285322f07296406ad9b3
author Christian Brabandt <cb@256bit.org>
date Sun, 28 Jul 2024 21: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 "$@"