Mercurial > vim
view configure @ 29573:7ce826240c21
Added tag v9.0.0127 for changeset fdfb362981149dc099f8e3dadef6a068822249ee
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Mon, 01 Aug 2022 13:00:05 +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 "$@"