Mercurial > vim
view configure @ 31576:1ae87829a0dc
Added tag v9.0.1120 for changeset 60fe50450ee564d62dae9cf83b9d06be20b024db
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 31 Dec 2022 16: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 "$@"