view configure @ 30444:2136cce5f5fa

Added tag v9.0.0557 for changeset 54e36d01847b1ca5aa4fcf15159227375daf139b
author Bram Moolenaar <Bram@vim.org>
date Fri, 23 Sep 2022 17:15: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 "$@"