Mercurial > vim
view configure @ 25534:1b239f0231d3
Added tag v8.2.3303 for changeset df39041f13ed30d02181853b8b5fdf46f4bedb9c
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 07 Aug 2021 12:45: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 "$@"