Mercurial > vim
view configure @ 22068:79aa6e93bcab
Added tag v8.2.1583 for changeset 59984404e52059617e4f84b8d01452ccc6986bf8
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 03 Sep 2020 20:00: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 "$@"