Mercurial > vim
view configure @ 24362:63a46a4e0d55
Added tag v8.2.2721 for changeset f76398d79c2ed264f687ae3024160038768e44bd
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Mon, 05 Apr 2021 19:45:05 +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 "$@"