view configure @ 32121:b8cdbccec740

Added tag v9.0.1391 for changeset 97255d9096544579d1308038217b65aa567f5961
author Bram Moolenaar <Bram@vim.org>
date Tue, 07 Mar 2023 19:00:05 +0100
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 "$@"