summaryrefslogtreecommitdiffstats
path: root/runtime/doc/todo.txt
diff options
context:
space:
mode:
authorIllia Bobyr <illia.bobyr@gmail.com>2023-08-30 16:30:15 +0200
committerChristian Brabandt <cb@256bit.org>2023-08-30 16:30:15 +0200
commita96d544bc355b1a6021feccf5fa2bd5659bc5269 (patch)
tree77f479636a2c2c6a95ce167175b443c40674cedc /runtime/doc/todo.txt
parente3b6c78ddc4acf238af35d7fac585e7ead27392f (diff)
patch 9.0.1823: Autoconf 2.69 too oldv9.0.1823
Problem: Autoconf 2.69 too old Solution: Migrate to Autoconf 2.71 Autoconf 2.69 is almost 10 years old. And 2.71 is also a few years old as well. Should be pretty well tested by now. It brings a lot of improvements and there seems to be an ongoing work on autoconf 2.72 already. This change just addresses two minor changes `autoupdate` suggested, and then `src/auto/configure` is regenerated by running cd src make AUTOCONF=autoconf2.71 autoconf closes: #12958 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Illia Bobyr <illia.bobyr@gmail.com>
Diffstat (limited to 'runtime/doc/todo.txt')
-rw-r--r--runtime/doc/todo.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index 6b45aabde7..db1d771fd1 100644
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -3536,8 +3536,6 @@ Macintosh:
8 Dragging the status line doesn't scroll but redraw.
8 When performing incremental search, should abort searching as soon as a
character is typed.
-8 When the value of $MAKE contains a path, configure can't handle this.
- It's an autoconf bug. Remove the path from $MAKE to work around it.
8 How to set VIMRC_FILE to \"something\" for configure? Why does this not
work: CFLAGS='-DVIMRC_FILE=\"/mydir/myfile\"' ./configure
8 The temporary file is sometimes not writable. Check for this, and use an