view configure @ 32277:272dc3dcacd3

Added tag v9.0.1469 for changeset 774c94489febf66f7f5ca96c7abb6688b76a3f31
author Bram Moolenaar <Bram@vim.org>
date Tue, 18 Apr 2023 23:00: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 "$@"