Mercurial > vim
view configure @ 32127:d7284f391a77
Added tag v9.0.1394 for changeset fb13656998a5d61bd2505301bf442e7cfcac9cbd
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 08 Mar 2023 21:00:05 +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 "$@"