Mercurial > vim
view configure @ 32358:097336f579d7
Added tag v9.0.1510 for changeset 5e2f81645b108e470168219eef5df298da255847
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 06 May 2023 00:00:04 +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 "$@"