Mercurial > vim
view configure @ 31062:4ce7a0fd7e6c
Added tag v9.0.0865 for changeset 2606fcb01157631fa15b9be13961afb778764eec
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 12 Nov 2022 18: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 "$@"