view configure @ 30129:0df336fa3ecb

Added tag v9.0.0400 for changeset 6d0056cc21a0f36da7a615baf08f96665f53798f
author Bram Moolenaar <Bram@vim.org>
date Wed, 07 Sep 2022 14:15:07 +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 "$@"