view configure @ 33991:81cb9d42c3be

remove wrong tag
author Christian Brabandt <cb@256bit.org>
date Tue, 19 Dec 2023 22:07:02 +0100
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 "$@"