summaryrefslogtreecommitdiff
path: root/config/install-sh
AgeCommit message (Collapse)Author
2005-05-08.Jim Meyering
2005-05-08.Jim Meyering
2005-03-22moved to ../build-auxJim Meyering
2005-02-26Sync from gnulib.Paul Eggert
2004-12-17update from gnulibJim Meyering
2004-10-29Sync from gnulib.Paul Eggert
2004-10-04Sync from gnulib.Paul Eggert
2004-08-05Sync from gnulib.Paul Eggert
2004-04-26update from masterJim Meyering
2004-04-04sync from gnulibJim Meyering
2004-01-19.Jim Meyering
2004-01-13reapply my SPACE-TAB-related changesJim Meyering
2004-01-13update from automake-1.8.2Jim Meyering
2004-01-12remove spurious SPACEs before TABsJim Meyering
Change ` \t' to \t ' in `defaultIFS' assignment.
2004-01-12updated from automakeJim Meyering
2003-09-28.Jim Meyering
2003-06-18update from upstreamJim Meyering
2003-05-11.Jim Meyering
2003-01-17update from automake/libJim Meyering
2003-01-12Lots of syntactic clean-up, mostly from Karl Berry.Jim Meyering
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.
2002-12-01update from masterJim Meyering
2002-11-09Make it work even when names contain spaces or shell metachars.Jim Meyering
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-09Merge in some changes from the version in automake.Jim Meyering
Remove unnecessary quotes around `case' argument. Use `[ cond1 ] || [ cond2 ]' rather than `[ cond1 -o cond2 ]'. Use `:' rather than `true'.
2002-02-16renamed from install-shJim Meyering