Mercurial > vim
view configure @ 32067:5e31c1bb408f
Added tag v9.0.1364 for changeset 1b2d6aa29267df199053c2169c40e4786c9e12d6
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Tue, 28 Feb 2023 17:00:05 +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 "$@"