view configure @ 30428:e57e07951f98

Added tag v9.0.0549 for changeset 4198995b92100e31f6da30114188b86e9235c257
author Bram Moolenaar <Bram@vim.org>
date Thu, 22 Sep 2022 18:45:04 +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 "$@"