aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-01-18 10:00:36 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-01-18 10:00:36 +0000
commit65afc576ea1888d4e51e436c2910b8823b2421a9 (patch)
tree04dd40516249bf10fd765ea54d7fb1fb56d95fcc /CHANGES
parent8971f656b4bb1a178b59aa730da67a8e5aeabaee (diff)
configure no longer warns on "missing" if the current path contains a space
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 989bb69fb..19a9d072c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,18 @@
Changelog
+Daniel (18 January 2006)
+- As reported in bug #1408742 (http://curl.haxx.se/bug/view.cgi?id=1408742),
+ the configure script complained about a missing "missing" script if you ran
+ configure within a path whose name included one or more spaces. This is due
+ to a flaw in automake (1.9.6 and earlier). I've now worked around it by
+ including an "overloaded" version of the AM_MISSING_HAS_RUN script that'll
+ be used instead of the one automake ships with. This kludge needs to be
+ removed once we get an automake version with this problem corrected.
+ Possibly we'll then need to convert this into a kludge depending on what
+ automake version that is used and that is gonna be painful and I don't even
+ want to think about that now...!
+
Daniel (16 January 2006)
- David Shaw finally removed all traces of Gopher and we are now officially
not supporting it. It hasn't been functioning for years anyway, so this is