Mercurial > vim
view configure @ 32763:0d152c1c6972
Added tag v9.0.1700 for changeset 6ee6de3bbc94df7ee4dff5b51166c97a93661c3a
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sun, 13 Aug 2023 10:30: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 "$@"