]> sourceware.org Git - automake.git/commit
Accept --help and --version, and lots of syntactic clean-up.
authorJim Meyering <jim@meyering.net>
Fri, 17 Jan 2003 14:50:42 +0000 (14:50 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 17 Jan 2003 14:50:42 +0000 (14:50 +0000)
commitea143efd412e6a8d6e33e10cca0d0f99de9d6edb
tree50b6e765e7630a305f2afd07d741b56473187c7d
parent59fbf5651c97f37ba0e70a146362c7f956e177e6
Accept --help and --version, and lots of syntactic clean-up.

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.
lib/install-sh
This page took 0.026138 seconds and 5 git commands to generate.