summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2012-06-28 12:50:41 +0200
committerBruno Haible <bruno@clisp.org>2012-06-28 12:50:41 +0200
commit6e94a9a960fdebf2c58859e94974256dca75ab05 (patch)
treef1e0907a349be34e553e7900021908b523801db2 /ChangeLog
parentd0f486f09869cad33c4a7039d88e45fedd815c23 (diff)
downloadgnulib-6e94a9a960fdebf2c58859e94974256dca75ab05.tar.gz
remove: No longer override on all platforms. Fixes bug from 2012-03-20.
* m4/remove.m4 (gl_FUNC_REMOVE): Test gl_cv_func_unlink_honors_slashes, not gl_cv_func_unlink_works. Reported by Carlos O'Donell <carlos_odonell@mentor.com>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0b3acd1b6d..e2fcd0a084 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2012-06-28 Bruno Haible <bruno@clisp.org>
+
+ remove: No longer override on all platforms. Fixes bug from 2012-03-20.
+ * m4/remove.m4 (gl_FUNC_REMOVE): Test gl_cv_func_unlink_honors_slashes,
+ not gl_cv_func_unlink_works.
+ Reported by Carlos O'Donell <carlos_odonell@mentor.com>.
+
2012-06-27 Eric Blake <eblake@redhat.com>
config: drop scripts that automake says are not independent