Mercurial > vim
view configure @ 27444:75ad30234ddd
Added tag v8.2.4250 for changeset 06e3c6bac36dcfccdb636f3a2cf9d5e5553f8cf8
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 29 Jan 2022 13:15:03 +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 "$@"