view configure @ 30412:680784cf7080

Added tag v9.0.0541 for changeset 77d0e311754aebd7ab40cc6c8c563e3bdcd30870
author Bram Moolenaar <Bram@vim.org>
date Thu, 22 Sep 2022 14:00:09 +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 "$@"