Mercurial > vim
view configure @ 23326:4afb6bfc14c4
Remove table, it doesn't work
Commit: https://github.com/vim/vim/commit/c139aa8a2bf3de9fb524344e632eb323e0093fd2
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Dec 24 17:35:41 2020 +0100
Remove table, it doesn't work
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 24 Dec 2020 17:45:03 +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 "$@"