Mercurial > vim
view configure @ 28595:a336c53b6ffb
Added tag v8.2.4821 for changeset 294771aab3aef54f79e587eff755f73bc9858257
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 24 Apr 2022 22:45: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 "$@"