Mercurial > vim
view configure @ 25067:7679db2caea6
Added tag v8.2.3070 for changeset 4c366bbf6073507aa0dea9b097f5f2486988d7fd
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 27 Jun 2021 22:15:06 +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 "$@"