Mercurial > vim
view configure @ 35535:6e1b0b555bc9
Added tag v9.1.0527 for changeset 4f63df5700aaee676c0385908e184a84020361e2
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Thu, 04 Jul 2024 18:00:07 +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 "$@"