view configure @ 32348:73c473159a74

Added tag v9.0.1505 for changeset edea3992cb01e0a17df310e0b99d62896143db7e
author Bram Moolenaar <Bram@vim.org>
date Tue, 02 May 2023 17:30:06 +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 "$@"