From: Jim Meyering Date: Fri, 17 Jan 2003 14:51:07 +0000 (+0000) Subject: . X-Git-Tag: Release-1-7b~304 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=351d66eb5029c5bd2aebdc17235fff05861dc6a6;p=automake.git . --- diff --git a/ChangeLog b/ChangeLog index 15a6fbb2..fb07b35e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2003-01-16 Jim Meyering + + Accept --help and --version, and lots of syntactic clean-up. + * lib/install-sh: Use consistent indentation, two spaces per level. + (scriptversion): New variable. + Change initializations like `variable=""' to `variable='. + (usage): New variable. + Use `test', not `['. + Use `test -z "$var"', not `[ x"$var" = x ]'. + Use `test -n "$var"', not `[ x"$var" != x ]'. + Alphabetize case entries. + Accept --help and --version options. + Remove unnecessary `else :' clauses. + Add a `Local variables' eval block to help emacs users update + the time-stamp variable added above. + Mostly from Karl Berry. + 2003-01-16 Alexandre Duret-Lutz * m4/python.m4 (AM_PATH_PYTHON) <_AM_PYTHON_INTERPRETER_LIST>: Add