Mercurial > vim
annotate configure @ 21224:7509aea3a671 v8.2.1163
patch 8.2.1163: build error
Commit: https://github.com/vim/vim/commit/6e13530ca03dd9cad245221177dd65f712211448
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Jul 8 22:36:17 2020 +0200
patch 8.2.1163: build error
Problem: Build error.
Solution: Add missing change to globals.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 08 Jul 2020 22:45:03 +0200 |
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 "$@" |