Mercurial > vim
view configure @ 32596:1f51b1180d87
Added tag v9.0.1629 for changeset a699363f01cda0918f229717d0ab78f24051a7f0
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 14 Jun 2023 14:15: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 "$@"