view configure @ 32257:e961acb64f50

Added tag v9.0.1459 for changeset 252b06c87796d2062085acb179113eca0eab5cde
author Bram Moolenaar <Bram@vim.org>
date Sun, 16 Apr 2023 22:00: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 "$@"