view configure @ 30155:a85a8accd273

Added tag v9.0.0413 for changeset 9137d2bc93bf4bb444c518a3ec59018389b101b1
author Bram Moolenaar <Bram@vim.org>
date Thu, 08 Sep 2022 12:00: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 "$@"