Commit Graph

21 Commits

Author SHA1 Message Date
Paul Eggert f93ba58756 Sync from gnulib. 2005-02-26 07:31:20 +00:00
Jim Meyering 7e1fdd4615 update from gnulib 2004-12-17 08:40:35 +00:00
Paul Eggert a4a87ad5bb Sync from gnulib. 2004-10-29 23:43:34 +00:00
Paul Eggert 55fbe6686a Sync from gnulib. 2004-10-04 04:09:41 +00:00
Paul Eggert d86254a25a Sync from gnulib. 2004-08-05 23:01:03 +00:00
Jim Meyering 431d661863 update from master 2004-04-26 13:59:35 +00:00
Jim Meyering cad5238789 sync from gnulib 2004-04-04 06:35:26 +00:00
Jim Meyering abc7c7d035 . 2004-01-19 17:53:12 +00:00
Jim Meyering a18cbdc7d0 reapply my SPACE-TAB-related changes 2004-01-13 12:28:21 +00:00
Jim Meyering 64fcce3bd9 update from automake-1.8.2 2004-01-13 12:27:45 +00:00
Jim Meyering d02ff648d0 remove spurious SPACEs before TABs
Change `  \t' to \t ' in `defaultIFS' assignment.
2004-01-12 21:22:58 +00:00
Jim Meyering c313aa30dd updated from automake 2004-01-12 21:22:08 +00:00
Jim Meyering a981c15fd2 . 2003-09-28 12:38:38 +00:00
Jim Meyering 2b5eb31b81 update from upstream 2003-06-18 13:21:05 +00:00
Jim Meyering ab2a67a331 . 2003-05-11 13:20:15 +00:00
Jim Meyering d615969812 update from automake/lib 2003-01-17 14:53:19 +00:00
Jim Meyering 65a9e6a065 Lots of syntactic clean-up, mostly from Karl Berry.
Use consistent indentation, two spaces per level.
(scriptversion): New variable.
Change initializations like `variable=""' to `variable='.
(usage): New variable.
Use `test', not `['.
Use `test -n "$var"', not `[ x"$var" = x ]'.
Use `test -z "$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.
2003-01-12 11:51:36 +00:00
Jim Meyering 275bdd3966 update from master 2002-12-01 08:59:05 +00:00
Jim Meyering 2a75a0092f Make it work even when names contain spaces or shell metachars.
Write diagnostics to stderr, not stdout.
Normalize spacing in diagnostics: use one space (not two, and not a TAB)
after the leading `install:'.
Add double quotes around `$src' here: $doit $instcmd "$src" "$dsttmp"
2002-11-09 12:39:34 +00:00
Jim Meyering 8ce53c2d14 Merge in some changes from the version in automake.
Remove unnecessary quotes around `case' argument.
Use `[ cond1 ] || [ cond2 ]' rather than `[ cond1 -o cond2 ]'.
Use `:' rather than `true'.
2002-11-09 12:34:27 +00:00
Jim Meyering 246ae48193 renamed from install-sh 2002-02-16 14:23:51 +00:00