Mercurial > vim
view configure @ 35140:9ba95f736abb
Added tag v9.1.0399 for changeset 617f9087f97c05289903b9e88f487ef74d8869fc
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Wed, 08 May 2024 22:30: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 "$@"