summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-11-09 12:39:42 +0000
committerJim Meyering <jim@meyering.net>2002-11-09 12:39:42 +0000
commit143ae88b8f18b7880ef175b11d6b10bf02d773ea (patch)
tree5d5cf003a276d2517217ee734a407e28e0553707 /config
parent2a75a0092f024b73eef3f09f4b824cf21d064bcf (diff)
downloadcoreutils-143ae88b8f18b7880ef175b11d6b10bf02d773ea.tar.xz
*** empty log message ***
Diffstat (limited to 'config')
-rw-r--r--config/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index acd1a9540..eea64c117 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,3 +1,16 @@
+2002-11-09 Jim Meyering <jim@meyering.net>
+
+ Make it work even when names contain spaces or shell metachars.
+ * install-sh: Write diagnostics to stderr, not stdout.
+ Normalize spacing in diagnostics: use one space (not two, and not a TAB)
+ after the leading `install:'.
+ Add double quotes around `$src' here: $doit $instcmd "$src" "$dsttmp"
+
+ Merge in some changes from the version in automake.
+ * install-sh: Remove unnecessary quotes around `case' argument.
+ Use `[ cond1 ] || [ cond2 ]' rather than `[ cond1 -o cond2 ]'.
+ Use `:' rather than `true'.
+
2002-02-17 Jim Meyering <jim@meyering.net>
* config.guess (main): Don't use `head -1'; it's no longer portable.