view configure @ 31417:ed18fed96c8f

Added tag v9.0.1041 for changeset f088f1d97eee70f37c3b1ff93272c5692cb1561f
author Bram Moolenaar <Bram@vim.org>
date Fri, 09 Dec 2022 22:45:04 +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 "$@"