aboutsummaryrefslogtreecommitdiff
path: root/TODO-RELEASE
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-07-30 03:24:38 +0000
committerYang Tse <yangsita@gmail.com>2008-07-30 03:24:38 +0000
commit7f2999aa43d3fc11821ab54e24a9200c68eb870b (patch)
tree3b93db3c3d8f61608983ed897a64036ffe3aff29 /TODO-RELEASE
parenta3498f96efd38849f0ba3063fa91db227999596a (diff)
updated #148
Diffstat (limited to 'TODO-RELEASE')
-rw-r--r--TODO-RELEASE10
1 files changed, 10 insertions, 0 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE
index 8aed6b4f4..fe4163317 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -30,6 +30,16 @@ To be addressed before 7.19.0 (planned release: August 2008)
changed back to the proper '-I m4' method which was used initially and
that didn't fail on other systems.
http://curl.haxx.se/mail/lib-2008-07/0210.html
+ UPDATE:
+ * sed cannot be the culprit aclocal and autom4te are perl scripts and
+ don't use 'sed'.
+ * autom4te matches autoconf version and aclocal matches automake's.
+ * Even when directly copying into acinclude.m4 the contents of file
+ reentrant.m4 and having the '-I m4' thing disabled the problem
+ persists.
+ * Reinstated the 'aclocal -I m4' in buildconf and 'ACLOCAL_AMFLAGS =
+ -I m4' way of including our local m4/reentrant.m4 file. This even
+ takes care of including the file in the distribution tarball.
149 - The introduction of the sreadfrom macro has proven usefull on all systems
except on HP-UX. For this release I will back out its use in lib/tftp.c