Mercurial > vim
view configure @ 36347:3e60bcdc41db draft
Added tag v9.1.0795 for changeset afc8c5fb92a6666a87c9ad4dcf74689015e567a7
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Mon, 21 Oct 2024 21:00:13 +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 "$@"