view configure @ 29407:a46aa8d84416

Added tag v9.0.0045 for changeset 979ce206409aa438a1d583ceb844e66003c7fb80
author Bram Moolenaar <Bram@vim.org>
date Thu, 07 Jul 2022 20:45:08 +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 "$@"