view configure @ 29524:db3afe53702b

Added tag v9.0.0103 for changeset 1733b6162f751f709b9f7f9613a7da4e954b205e
author Bram Moolenaar <Bram@vim.org>
date Thu, 28 Jul 2022 23:45: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 "$@"