]> sourceware.org Git - automake.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Fri, 17 Jan 2003 14:51:07 +0000 (14:51 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 17 Jan 2003 14:51:07 +0000 (14:51 +0000)
ChangeLog

index 15a6fbb26b19564ea39e20939fcc61165a4220b1..fb07b35eff985f01f306488faa3a30549c90b3c2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2003-01-16  Jim Meyering  <jim@meyering.net>
+
+       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  <adl@gnu.org>
 
        * m4/python.m4 (AM_PATH_PYTHON) <_AM_PYTHON_INTERPRETER_LIST>: Add
This page took 0.03224 seconds and 5 git commands to generate.