view configure @ 29411:56462ac9f1ef

Added tag v9.0.0047 for changeset be069ab9d583c2bd312e5109a5d008bb5652acd0
author Bram Moolenaar <Bram@vim.org>
date Thu, 07 Jul 2022 23:30: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 "$@"