view configure @ 30442:a357f581ca7b

Added tag v9.0.0556 for changeset b1617545fcdfc36f35ce57466742d3a4e63a4daa
author Bram Moolenaar <Bram@vim.org>
date Fri, 23 Sep 2022 14: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 "$@"