view configure @ 31538:57254edfb65b

Added tag v9.0.1101 for changeset 91924f1b59af5f78bcdf22f58e4e4ab396eb8e22
author Bram Moolenaar <Bram@vim.org>
date Mon, 26 Dec 2022 15:45:03 +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 "$@"