Mercurial > vim
view configure @ 32877:4178fc423a69
Added tag v9.0.1747 for changeset 522f16e3e0586ddb105182a2c8975b4e9f92c481
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sat, 19 Aug 2023 14: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 "$@"