view configure @ 30408:6e69efa182cb

Added tag v9.0.0539 for changeset cc3b3fd9cb272b694ad102bf9d024864d52f609a
author Bram Moolenaar <Bram@vim.org>
date Thu, 22 Sep 2022 13:15:05 +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 "$@"