view configure @ 30378:403d8362f8d1

Added tag v9.0.0524 for changeset c9d2c554f314312acb4c705195650a5883526640
author Bram Moolenaar <Bram@vim.org>
date Tue, 20 Sep 2022 22:30: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 "$@"