Mercurial > vim
view configure @ 24757:5754851476d7
Added tag v8.2.2916 for changeset ac7ad168caedfd67e47ca1468bc34e205a79c0c8
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Mon, 31 May 2021 19:30: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 "$@"