1 2003-01-12 Jim Meyering <jim@meyering.net>
3 Lots of syntactic clean-up, mostly from Karl Berry.
4 * install-sh: Use consistent indentation, two spaces per level.
5 (scriptversion): New variable.
6 Change initializations like `variable=""' to `variable='.
9 Use `test -z "$var"', not `[ x"$var" = x ]'.
10 Use `test -n "$var"', not `[ x"$var" != x ]'.
11 Alphabetize case entries.
12 Accept --help and --version options.
13 Remove unnecessary `else :' clauses.
14 Add a `Local variables' eval block to help emacs users update
15 the time-stamp variable added above.
17 2002-12-20 Jim Meyering <jim@meyering.net>
19 * install-sh: Set the execute bit on this file.
20 Reported by Vin Shelton.
22 2002-11-09 Jim Meyering <jim@meyering.net>
24 Make it work even when names contain spaces or shell metachars.
25 * install-sh: Write diagnostics to stderr, not stdout.
26 Normalize spacing in diagnostics: use one space (not two, and not a TAB)
27 after the leading `install:'.
28 Add double quotes around `$src' here: $doit $instcmd "$src" "$dsttmp"
30 Merge in some changes from the version in automake.
31 * install-sh: Remove unnecessary quotes around `case' argument.
32 Use `[ cond1 ] || [ cond2 ]' rather than `[ cond1 -o cond2 ]'.
33 Use `:' rather than `true'.
35 2002-02-17 Jim Meyering <jim@meyering.net>
37 * config.guess (main): Don't use `head -1'; it's no longer portable.