Mercurial > vim
annotate 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 |
rev | line source |
---|---|
7 | 1 #! /bin/sh |
2 | |
3 # This is just a stub for the Unix configure script, to provide support for | |
4 # doing "./configure" in the top Vim directory. | |
5 | |
16629
a1ca6778da49
patch 8.1.1317: output from Travis can be improved
Bram Moolenaar <Bram@vim.org>
parents:
921
diff
changeset
|
6 cd "${SRCDIR:-src}" && exec ./configure "$@" |