summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2010-09-04 11:01:27 +0200
committerBruno Haible <bruno@clisp.org>2010-09-04 11:01:27 +0200
commit60b4ba664df4642893c35ae81dd47ff3396d40ec (patch)
tree89a3c0aafd220067c77080578349bc26271eb2ba /ChangeLog
parent9f0cd590f76f5e5e942fbd90b253c90ca7c80699 (diff)
downloadgnulib-60b4ba664df4642893c35ae81dd47ff3396d40ec.tar.gz
Set PATH_SEPARATOR the same way autoconf does.
* gnulib-tool (func_gnulib_dir): Determine the value of PATH_SEPARATOR the same way autoconf-generated configure scripts do. * posix-modules: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5be2ceb659..c3fdec4849 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-09-04 Stefano Lattarini <stefano.lattarini@gmail.com> (tiny change)
+
+ Set PATH_SEPARATOR the same way autoconf does.
+ * gnulib-tool (func_gnulib_dir): Determine the value of PATH_SEPARATOR
+ the same way autoconf-generated configure scripts do.
+ * posix-modules: Likewise.
+
2010-09-02 Paul Eggert <eggert@cs.ucla.edu>
hash: fix safe_hasher const typo