view configure @ 29781:bcb7e4222d17

Added tag v9.0.0229 for changeset 9f8dd1b775634662463d1bef16a2cbf4184086aa
author Bram Moolenaar <Bram@vim.org>
date Sat, 20 Aug 2022 13:15: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 "$@"