summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2012-06-28 22:00:38 +0200
committerBruno Haible <bruno@clisp.org>2012-06-28 22:00:38 +0200
commit273bfd77e1807f9e9137b2efd7ab47c86374498b (patch)
treee65a895baa0826bb16d3e867a558baca1c8be6cf /ChangeLog
parenta1bcd8bd3d60b8138a678d17763012ce825b5e7d (diff)
downloadgnulib-273bfd77e1807f9e9137b2efd7ab47c86374498b.tar.gz
log10f: Fix possible configuration problem.
* m4/log10f.m4 (gl_FUNC_LOG10F): Augment LIBS by $LOG10F_LIBM, not $LOGF_LIBM. 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 6eb9605284..2a798eb40e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2012-06-28 Bruno Haible <bruno@clisp.org>
+ log10f: Fix possible configuration problem.
+ * m4/log10f.m4 (gl_FUNC_LOG10F): Augment LIBS by $LOG10F_LIBM, not
+ $LOGF_LIBM.
+ Reported by Carlos O'Donell <carlos_odonell@mentor.com>.
+
+2012-06-28 Bruno Haible <bruno@clisp.org>
+
remove: No longer override on all platforms. Fixes bug from 2010-03-20.
* m4/remove.m4 (gl_FUNC_REMOVE): Test gl_cv_func_unlink_honors_slashes,
not gl_cv_func_unlink_works.