Mercurial > vim
view configure @ 31500:c78d697d032d
Added tag v9.0.1082 for changeset 16174b7435a050117092db38f8054fbacab55ce3
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Mon, 19 Dec 2022 21:45:03 +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 "$@"