Mercurial > vim
view configure @ 31925:04bb907f937c
Added tag v9.0.1294 for changeset 4789a9d20e7c01456c7ad3eb0cd544a162e945e9
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 09 Feb 2023 23: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 "$@"