[EMAIL PROTECTED] writes: > error1) error message is `trap: usage: trap [-lp] [[arg] signal_spec ...]'
Hmm, which 'boostrap' line was it complaining about? Here are the
possibilities.
trap exit 1 2 13 15
trap 'rm -fr gnulib; exit 1' 0
trap 0
> error2) wget seems to not have a -C option. it has a -c option.
For bootstrap builds we assume recent-enough versions of the build
tools. Sounds like you should upgrade to wget 1.9.1 (the latest
version, released in 2003).
