view configure @ 30183:e58937dbcb4e

Added tag v9.0.0427 for changeset 4d3c7b4927f243d18abd7f02746f58fff7df5d55
author Bram Moolenaar <Bram@vim.org>
date Fri, 09 Sep 2022 17:15:03 +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 "$@"