Mercurial > vim
view configure @ 31593:626331527253
Added tag v9.0.1128 for changeset 65a2bae18b275f1b6f74868235b123ab435eb137
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 01 Jan 2023 21:45: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 "$@"