Mercurial > vim
view configure @ 31480:4362410023f9
Added tag v9.0.1072 for changeset 0c0b78aa7ae315a5f16024deb9eef1aa4a45bea2
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 18 Dec 2022 13:30:06 +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 "$@"