Mercurial > vim
view configure @ 26647:9566bdbd8114
Added tag v8.2.3852 for changeset 6f8d3470fa90e471d62009eaf51b0c8643fbe5e6
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 19 Dec 2021 16:30:04 +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 "$@"