view configure @ 29476:2586309508be

Added tag v9.0.0079 for changeset fab3a46d0af72a25613ef49968fb85c70bc71cf2
author Bram Moolenaar <Bram@vim.org>
date Tue, 26 Jul 2022 16: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 "$@"