Mercurial > vim
view configure @ 24823:d4b0f9a3f36d
Added tag v8.2.2949 for changeset 5f8dd7b3ae415b78cd88db72631da2a63ecc1406
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 06 Jun 2021 14:15: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 "$@"