Tom Tromey <[EMAIL PROTECTED]> writes:
> >>>>> "Akim" == Akim Demaille <[EMAIL PROTECTED]> writes:
>
> Akim> * automake.in ($me): New.
> Akim> Use it.
> Akim> (&usage): Display your full name.
>
> I use simply `automake' on purpose.
So I won't apply this part. I made that change because it's
consistent which most tools:
~/src/am % for i in mv emacs autoconf automake nostromo 9:46
do
=$i --version | fgrep $i
=$i --help | fgrep sage
done
mv (fileutils) 4.0.37
Usage: /bin/mv [OPTION]... SOURCE DESTINATION
Usage: /usr/bin/emacs [--batch] [-t term] [--terminal term]
autoconf (GNU Autoconf) 2.49d
Usage: /usr/local/bin/autoconf [OPTION] ... [TEMPLATE-FILE]
automake (GNU automake) 1.4d
Usage: automake [OPTION] ... [Makefile]...