view configure @ 29480:44fddf8c1ea4

Added tag v9.0.0081 for changeset 5c390aa28f440fd00bb56682e6129c9749e3431e
author Bram Moolenaar <Bram@vim.org>
date Tue, 26 Jul 2022 18:30:03 +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 "$@"