view configure @ 29382:289171b6aba3

Added tag v9.0.0033 for changeset 5f2d86ec61eb42d98995274cedb5b09481cdb4a5
author Bram Moolenaar <Bram@vim.org>
date Mon, 04 Jul 2022 12:00:04 +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 "$@"