Mercurial > vim
view configure @ 35652:05181d9232f6
Added tag v9.1.0567 for changeset 2717d53498e8f995651fab7fde617ff84d2d6c6f
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Thu, 11 Jul 2024 22:30:42 +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 "$@"