Mercurial > vim
view configure @ 30642:9f3422ba87ca
Added tag v9.0.0655 for changeset 1207b6d6cf9eedae6edfedd3d30f7eb34954507c
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Tue, 04 Oct 2022 14:30:06 +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 "$@"