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