Mercurial > vim
view configure @ 27125:5e68a01e7d02
Added tag v8.2.4091 for changeset 8f1f4f6c87ad28ee5971a549f50c357ba9491375
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Fri, 14 Jan 2022 21:15:05 +0100 |
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 "$@"