Mercurial > vim
view configure @ 27866:8ae06422a149
Added tag v8.2.4458 for changeset 05d222e5246a9a1edc441ecee0c71ba573ae8bf5
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 23 Feb 2022 20:15: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 "$@"