Mercurial > vim
view configure @ 19573:9d0db06b6ad2
Added tag v8.2.0343 for changeset 6b6e97d0185e10d135a7049ae0ec653eaea17ad7
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 01 Mar 2020 18:00:04 +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 "$@"