Mercurial > vim
view configure @ 23668:4e893aa1380c
Added tag v8.2.2375 for changeset f07068ed0d3ddfa6e7336e7af07e75e1f19834a1
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Tue, 19 Jan 2021 17:30:07 +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 "$@"