annotate configure @ 25296:ec0421c25be9 v8.2.3185

patch 8.2.3185: Vim9: start of inline function found in comment line Commit: https://github.com/vim/vim/commit/ac2cd2b08f0fd15e9c3759da043e9b28da80dca8 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jul 19 21:04:23 2021 +0200 patch 8.2.3185: Vim9: start of inline function found in comment line Problem: Vim9: start of inline function found in comment line. Solution: Do not check for inline function in comment line. (closes https://github.com/vim/vim/issues/8589)
author Bram Moolenaar <Bram@vim.org>
date Mon, 19 Jul 2021 21:15:04 +0200
parents a1ca6778da49
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1 #! /bin/sh
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3 # This is just a stub for the Unix configure script, to provide support for
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4 # doing "./configure" in the top Vim directory.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
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 "$@"