Mercurial > vim
view configure @ 32855:2bf128c65a66
Added tag v9.0.1737 for changeset 5fd9fe58c791e281f3acda1c5a648d1118c9aeba
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sat, 19 Aug 2023 11:45: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 "$@"