view configure @ 30212:03f246119b4a

Added tag v9.0.0441 for changeset 6ed06ffc582188cb65a026d2d744ebe8f07c9734
author Bram Moolenaar <Bram@vim.org>
date Sun, 11 Sep 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 "$@"